Questions tagged [google-chrome]

[google-chrome] is for questions related to development with Google Chrome, a web browser that uses the Blink rendering engine. Warning! General support for the browser is off-topic: questions about using or configuring the browser should be posted on https://superuser.com. Chrome OS and Chromium are off-topic: questions about [google-chrome-os] or [chromium] should use those tags.

Google Chrome is a free desktop browser that uses the Blink rendering engine (a fork of WebKit) and V8 JavaScript engine. It was launched in 2008 with a goal of making the web faster.


Tag alert! General usage questions about Chrome should be asked on Super User.
The tags below should be used on questions about development in the following areas:

for Packaged Apps development in Chrome/Chromium
for extension development in Chrome/Chromium
for DevTools in Chrome/Chromium


Most of Chrome's source code is released as part of the open-source sister project Chromium. It was assembled from 25 different code libraries from Google and third parties such as Mozilla's Netscape Portable Runtime, Network Security Services, as well as and a number of other open-source projects.

is available in 53 languages and was first publicly released for Microsoft Windows (XP and later versions) on September 2, 2008, in 43 languages, officially a beta version.


Platforms

Chrome is available for:

  • Windows: Vista / 7 / 8 / 10
    (Windows XP is no longer supported: Chrome 49 is the last compatible version)
  • OS X: 10.6 or later
  • Linux: Ubuntu 12.04 or later / Debian 7 or later / openSUSE 12.2 or later / Fedora 17 or later
  • iOS 7.0 or later (iPhone, iPod touch, and iPad)
  • Android 4.0 or later
  • Google TV

References

71967 questions
27
votes
6 answers

How to open two instances of Chrome kiosk mode in different displays (Windows)

We are developing a web application that needs to open in two different browser instances each on a different Screen. Obviously the pc we are using has dual display already, and both monitors have the same size and resolution. The idea is that as…
multimediaxp
  • 9,348
  • 13
  • 49
  • 80
27
votes
1 answer

How to read file from chrome extension?

I have popup.html where popup.js is invoked when popup is loaded by clicking on browser action. There I'm programmatically injecting content scripts with chrome.tabs.executeScript(). I need to append one element to page's body. How can I insert HTML…
Tommz
  • 3,393
  • 7
  • 32
  • 44
27
votes
3 answers

Detecting NPAPI support in Chrome using javascript

As Google Chrome is dropping support for NPAPI post September 2015. Is there any way to detect the NPAPI support in chrome using JavaScript so that Alternative content will be load or show warning message to User to use an older version of Chrome.
Saokat Ali
  • 1,055
  • 2
  • 12
  • 18
27
votes
3 answers

Chrome + CORS + cache - requesting same file from two different origins

I'm experiencing an issue with Chrome that I can't seem to fully understand, I'm curious if folks here have dealt with it before. This doesn't reproduce in Firefox. The steps are as follows: Start incognito Chrome, navigate to…
Alexandr Kurilin
  • 7,685
  • 6
  • 48
  • 76
27
votes
2 answers

Is it possible to search with regular expressions within Chrome's developer console?

Is it possible to search with regular expressions within Google Chrome's developer console? I know how to search for text within the console (Ctrl+F), but can't see any way to enable regular expressions. Do there e.g. exist extensions to enable…
aknuds1
  • 65,625
  • 67
  • 195
  • 317
27
votes
3 answers

chrome cookie size limit

I'm writing into a session cookie from my plugin in chrome. The browser seems to have a strict limit of 4kb for cookie size. It doesnt seem the case in firefox. Is there anyway i can increase the cookie size limit in chrome? Thanks
kambamsu
  • 561
  • 2
  • 9
  • 21
27
votes
6 answers

Start Google Chrome with a specific locale (using a command line argument)

How to start Google Chrome with a specific locale using command line arguments? According to http://peter.sh/experiments/chromium-command-line-switches/ chrome.exe --lang DE should work, however, it does not.
D.R.
  • 20,268
  • 21
  • 102
  • 205
27
votes
12 answers

Responsive media query not working in Google Chrome

I have written a piece of CSS code to fluidly switch my site layout's width based on the user's screen width. If the user has less screen estate available, the layout's width increases to fill more of the window and leave less whitespace, and if…
ividyon
  • 656
  • 2
  • 6
  • 17
27
votes
6 answers

Is it possible to open custom URL scheme with Google Chrome?

I have protocol (like http) with scheme managed with 3rd party App registered in Mac OS X. I.e, x-someapp://someaction or something like that. How can I open this URL with Google Chrome? By default, Chrome starts searching in Google engine instead…
UncleMiF
  • 1,051
  • 2
  • 11
  • 20
27
votes
4 answers

How to get Clipboard data in Chrome Extension?

I'm having a hard time finding any recent info on how to add a listener for "Ctrl+C", fetching clipboard data, and then writing back to clipboard all in a Chrome Extension. All of the old code that i found was for the older versions that are now…
schumacherj
  • 1,284
  • 5
  • 18
  • 33
27
votes
4 answers

Set Chrome as Default Browser for RSpec/Capybara

I'm having some trouble getting Chrome to work with RSpec/Capybara on Ubuntu 13.10 64-bit. By default it launches Firefox - we tried to change this a variety of ways,…
Jacob Schaer
  • 727
  • 1
  • 9
  • 14
27
votes
3 answers

How to get microphone input volume value with web audio api?

I am using the microphone input with web audio api and need to get the volume value. Right now I have already got the microphone to work: http://updates.html5rocks.com/2012/09/Live-Web-Audio-Input-Enabled Also, i know there's a method manipulating…
kikkpunk
  • 1,287
  • 5
  • 22
  • 34
27
votes
8 answers

Google chrome not displaying alert() popups for one site

I was working on a javascript loop that alerted each key value as the loop progressed. To speed things along, I checked the box "Prevent this page from creating additional dialogs". Usually this only suppresses popups for the one routine, but they…
cssyphus
  • 37,875
  • 18
  • 96
  • 111
27
votes
7 answers

mailto link not working within a frame chrome (over https)

I have a mailto link on a page. It works as expected when the page is loaded by itself. However when the page is loaded via a frameset in Chrome nothing happens. With the developer tools loaded the error "[blocked] The page at https://mysite.com ran…
Dale K
  • 25,246
  • 15
  • 42
  • 71
27
votes
7 answers

Why Chrome doesn't update Typescript source files on change?

I'm working on a TypeScript (0.9.1) project using Visual Studio 2012 with the latest Web Essentials as the IDE, and i debug using Chrome Developer tools. Recently, and most probably after Chrome update (cur. Version 29.0.1547.66 m), typeScript files…
1 2 3
99
100