Most voted "google-chrome" questions
Google Chrome is a web browser available on mobile, TV, and desktop platforms. Developed by Google, it uses the Blink layout engine and application structure. use the tag for development for the browser, its main components or extensions or for specific features that only work on it. Do not use for web development in general.
Learn more…255 questions
Sort by count of
-
3
votes1
answer1942
viewsProgrammatically set Google Chrome home page
To define the home page of Internet Explorer, we can do as follows: REG ADD "HKCU\Software\Microsoft\Internet Explorer\Main" /V "Start Page" /D "http://www.google.com/" /F But for Google Chrome…
-
3
votes1
answer80
viewsCan you determine a line of code for each browser?
I want my Google Chrome site to have width: Xpx; and in Safari have width: Ypx;, this is possible?
-
3
votes1
answer1156
viewsHow to know which CSS is being used by a page?
By the inspector of google-Chrome it is possible to know which CSS's nay are being used, as shown in the image below: The question is: How to know which CSS is being used by a given page?…
-
3
votes1
answer67
viewsXSS - Prevention works on IE but doesn’t work on Chrome
When preventing an XSS attack (Alert(123;)) using Html.Encode the on-screen code is as follows: <select class="combobox" id="xssSelect" name="cmbXss"> <option selected="selected"…
-
3
votes3
answers381
viewsChrome [v44] - Bug in tables inside a div with overflow
In the new version of Chrome (version 44) the tables are not behaving in the same way as the other versions of it behaved. Expected: Upshot: When resizing the screen, the browser calculates the…
-
3
votes2
answers1248
viewsI need to create an extension for Google Chrome that runs a . exe or something similar
I need to make my Website run a local system (your .exe), passing some attributes by the executable, I want to do an extension to Google Chrome that I can pass the parameters to run the program. How…
-
3
votes3
answers4639
viewsHow to reload the browser (Chrome) without cache, in addition to disable cache?
Selecting "disable cache" is sometimes not enough for the browser not to search for javascript in the cache. Or even knowledge. Some time ago I used a way that showed the option to empty the cache…
-
3
votes1
answer55
viewsWhat technique does this site use to consume all the processing power of the machine?
This site: https://ffbeequip.com/builder.html has a system to create an automatic equipment build, she will test all the possible equipment until arriving at the conclusion of which got better in…
-
3
votes1
answer14930
viewsUncaught Syntaxerror: Unexpected token u in JSON at position 0
In my html I am using Javascript to try to recover a Json object saved in localStorage. I am using Google Chrome. First I get the value of the "name" attribute of my Json object that is in…
-
3
votes1
answer2470
viewsWhat is the difference between PWA and TWA (Trusted Web Activities)?
I happened to be watching the Chrome novelty, and I saw a post Using Trusted Web Activities, it says: Trusted Web Activities are a new way to Integrate your web-app content such as your PWA with…
-
2
votes1
answer760
viewsAngularjs $http.get(localhost/test) does not work in Chrome
In my controller I have a $http.get(http://www.testesitelocal.com:18888/teste_json) that returns the values of the JSON test. I make this request on my local machine. In the Webview I made in Javafx…
-
2
votes1
answer987
viewsHow to capture the HTML from the open page in Chrome with Delphi?
I need to capture the source code of a given HTML page opened at that time on google Chrome. In Internet Explorer I know how it does, Chrome does not find anything like it. Any suggestions ?
-
2
votes2
answers860
viewsLast position of a string
I have the following code: var elements = document.getElementsByTagName('*'); for (var i = 0; i < elements.length; i++) { var txt = elements[i].innerHTML.replace('Estoque1', 'Estoque Vencido'); }…
-
2
votes1
answer982
viewsChrome Extension x Delphi
Does anyone know how to communicate an extension created for CHROME with DELPHI ? Something like sending DELPHI commands to that extension OR vice versa ? Follow the extension code that captures the…
-
2
votes1
answer153
viewsHow to discover the actions an element has when clicked?
I wonder if there is a way to create a script that shows me the actions of a certain element when clicked, or if you want to debug it in the Chrome console, for example. Something that would tell me…
-
2
votes1
answer179
viewsSELECT display difference between browsers
I have the following code HTML that marks a SELECT: <select name="filtro"> <option value="">Mais visualizados</option> <option value="">Menos visualizados</option>…
-
2
votes1
answer785
viewsCreate a shortcut through the Navigator
Is it possible to create a shortcut through the browser? However, if it is with Javascript, Java, or anything that makes it possible. I need to create a shortcut on the user’s desktop through the…
-
2
votes1
answer115
viewsChrome auto page scrolling to select Multiple with selected option
When using the attribute multiple, the page when loaded, scrolls to the last <select/> containing a option with the attribute selected: Example in Jsfiddle <p>No Google Chrome a página…
-
2
votes1
answer82
viewsDoubt about development in firefox/firebug
Normally I work with Chrome for the development of websites, but currently I’m in a client that only uses Firefox and I’m noticing some differences. I have researched but not found much on the…
-
2
votes1
answer816
viewsDisable Jquery button in Chrome
I want the button to be disabled during the ajax request and the loading icon to appear. I made the following script: $(document).ready(function(){ //Clicar no botão deletar selecionadas…
-
2
votes2
answers375
viewsDebug javascript object Chrome
I put a break point in my function javascript(F9) and then I give F12 in the chrome with the application open. I press a button that will call this function for example and does not stop at the…
-
2
votes1
answer465
viewsHow to run a video on Android Chrome?
How to run a video with the video tag in the google Chrome browser? My code: <video autobuffer id="bgVideo" loop="true" volume="0"> <source src="/video_bg_1.webm" type="video/webm">…
-
2
votes1
answer1459
viewsHow to verify what an html/javascript page is loading?
How can I check what my browser is trying to load, even after the html/javascript page has already loaded "completely"? The page is: http://cerva.tk/index.html If you can do a test and see that it…
-
2
votes1
answer54
viewsVideos with quality and the smallest size possible
I’ve seen websites putting up a video short to be displayed as if they were background of a div and it looks very beautiful ! Someone can guide you on how to compress to the maximum and the…
-
2
votes0
answers1271
viewsTest automation with Selenium Cucumber and Capybara
I’m starting to learn how to use a means for test automation in web applications. However, I came across a problem that I can’t solve and I can’t find anywhere (questions or documentation) that…
-
2
votes0
answers97
viewsError while sharing screen via Browser (Chrome and Firefox)
I’m trying to make the Screen Sharing dialog appear in Chrome, but nothing happens. I am using the following code (Just to display the dialog, I will stream to the server when it works) function…
-
2
votes0
answers65
viewsMousedown in Chrome 55
I use the event mousedown in JS to assign an action to my object in a project in question. With the new Chrome update to version 55 my event no longer works! Does anyone have any idea how to use the…
-
2
votes1
answer558
viewsHow much data can cookies store?
Cookies are information stored by websites on your computer but how much data cookies can store?…
web-application google-chrome browser internet-explorerasked 7 years, 8 months ago Juliano da Silva Barbosa 942 -
2
votes1
answer3993
viewsWebbrowser in C# using Chrome
I have a browser application that I created using the class WebBrowser of System.Windows.Forms, this class uses the browser engine IE. Now I need to create a browser application using Chrome. What’s…
-
2
votes1
answer292
viewsHow do I create a shortcut on a website’s desktop when using Chrome?
I would suggest to the user when he enters my system create a site shortcut on his computer, this can be done manually by going to "Mais Ferramentas -> Adicionar a área de trabalho": How could I…
-
2
votes2
answers997
viewsconsole.debug is not working in Chrome
I’m using the version 58.0.3029.110 (64-bit) browser (the last one available here when creating this question), and when trying to execute the following code: console.debug("Teste", 1); The result…
-
2
votes3
answers2817
viewsHow to identify the error in PHP code by Chrome?
I write my code in the Sublime and when I try to run the Chrome screen it goes blank. As a comma can cause a lot of problems, I keep rereading and rereading code looking for errors. Because my…
-
2
votes1
answer36
viewshow to display the full output of a repeat loop in the console
I have a very simplistic example of code. Segue Ex.: for(var i = 0; i < 5; i++){ console.log("alguma coisa"); } In the Chrome Devtools does not appear well the output I expected, the output is…
-
2
votes1
answer220
viewsInput type="email" problem in Chrome
I have a page that loads a contact form via Ajax in a div. It turns out that if I put an invalid character in the email field, Chrome shows me a weird address coming from the field. For example, if…
-
2
votes1
answer66
viewsMicrosoft Edge passing strange characters in AJAX call
I have an Ajax call on a web system, where you specify a date of dismissal, and fire an employee on that date: data is the parameter that comes with the Ajax call. When I test in Chrome or any other…
jquery ajax google-chrome character-encoding microsoft-edgeasked 6 years, 6 months ago Artur Trapp 5,175 -
2
votes1
answer1641
viewsHow to play a video automatically on google Chrome?
I developed a website for a company and this requested a video just below the menu, and that this video be played automatically, until then nothing else used the following code: <video…
javascript google-chrome video html5-video video-playerasked 6 years, 2 months ago Alex Xavier Rosa 21 -
2
votes1
answer28
views<video> does not respect preset height and Object-fit:cover in Google Chrome
I’m calling a video on a father div with the following definition: div { width: 100%; height: 400px; } And as child element the tag <video> with: video { height: 400px; width: 100%;…
-
2
votes1
answer129
viewsCan the Developer Tool enable the Device Keyboard? In Chrome’s Devtools to simulate the keyboard?
I’m testing a website in the mobile version by Google Chrome Devtools. I know that by the Developer Tool besides being able to test the site responsibly tb has the options to test for each type of…
-
2
votes0
answers89
viewsGoogle Chrome problem with changing password
I have a colorbox on the page that makes the user password change, it works normally, but I do not know why sometimes the Google Chrome of some bug and does not perform this change, as an example I…
-
1
votes2
answers189
viewsChrome Mobile Android [Add to Homescreen]
Today I discovered that I can make a page as a native APP, with shortcut in the homescreen, opens almost in full screen... I did a test and it worked, now I need to make it work 100% fullscreen,…
-
1
votes1
answer645
viewsHow to play sound in a Chrome app?
I have an application for Google Chrome and I want it to emit a sound every time a notification is created, but in my tests I was not very successful =p I don’t know if it’s some permission or if…
-
1
votes2
answers63
viewsHow to upload external images to a Chrome app?
My application uses the Imgur api to host images, but at the time it will load the photos, the following error appears: I’ve tried using the content_security_policy in the archive manifest but this…
google-chromeasked 10 years, 8 months ago Iago Bruno 1,693 -
1
votes1
answer186
viewsMessage about dppx and dpi on the Chrome console
When I enter the internal system I’m doing here at the company I go to the console and a strange message appears: Consider using 'dppx' Units Instead of 'dpi', as in CSS 'dpi' Means…
-
1
votes1
answer724
viewsNotification Chrome
Does anyone know or ever used this Chrome notification and knows how it works? because when I try to use webKitNotifications.createHTMLNotification() he of error ReferenceError: webKitNotifications…
-
1
votes1
answer263
viewsChrome Extension: How to force a script to start only when the previous one is finished?
I have an extnsão that makes the change of colors in the images of the web pages. When the extension is activated (via an icon in Toolbar), the images in all tabs open pages are recolored. When the…
-
1
votes1
answer223
viewsTable without color IE
I have a problem on the page of IE11 because I see the rectangle to White and in Chrome appears correctly. <form method="post" action="Procurarquery.php" enctype="multipart/form-data"> CSS:…
-
1
votes1
answer97
viewsWindows user from Googlechrome
I would like to get the user logged in to Windows from the Googlechrome browser. From various searches the Activexobject gets this information but is an object that works exclusively on the…
-
1
votes1
answer659
viewsRequest ajax in a Google Chrome app
I was developing an application in Chrome and needed to use the Instagram api to display some photos but when I went to do the tests the following error appeared: What I found strange because the…
-
1
votes2
answers246
viewsFix problem with float in Google Chrome
I’m having a huge headache with Google. It seems to be a bug of this version of Chrome, but when I insert float:right, display:inline-block or any way to leave two parallel elements next to each…
-
1
votes0
answers112
viewsBizarre bug in player only happens on Chrome
I’m making a site with music playlist everything works fine on my pc on all browsers, but when I go up to the server, something bizarre happens, where only on google Core after I play 6 songs no…