0
votes
1answer
12 views
Show Chrome extension version on options page?
I've got my manifest file with my version number and an options page. Is there a way to display the installed version and latest available version on the options page without needing to do it ...
0
votes
0answers
14 views
Display a confirm box on closing tab or window on chrome from a chrome extension
I all,
Is it possible to display a confirm box on closing tab or window on chrome from a chrome extension.
I try Chrome.tabs.onRemoved, Chrome.tabs.onUpdated and beforeunload et unload and it ...
1
vote
2answers
57 views
Persistent html menu in chrome extension
I have a menu that is shown on top of the web page when you click the extension button. I would like the menu to remain on page reload and when you navigate the domain - is this possible?
...
0
votes
0answers
8 views
chrome.input undefined in latest Chrome Browser (26)
Referring to documentation and sample code found here:
http://developer.chrome.com/extensions/input.ime.html
I am trying to install the sample extension/code to test chrome.input.ime
It seems that ...
1
vote
1answer
29 views
Override Chrome Extension Page CSS
I'm attempting to use the Stylish extension on the Chrome extensions page.
But for some reason it's not working. I've attempted to Google this, but I only get answers about overriding CSS with an ...
1
vote
1answer
21 views
Error injecting a script in others tabs in my chrome extension
this is my first try building a chrome extension.
I took the first example and motified it to my needs.
I want to build a chrome extension that can controll the youtube player on different tabs
from ...
0
votes
0answers
29 views
Bug with chrome.storage?
I recently asked how to store an array with chrome.storage : Store an array with chrome.storage.local
I my extension, I now have this function :
function storeGeneratedKeyId(keyPairId){
...
0
votes
0answers
14 views
Inconsistent Extension Behavior on Google Chrome Installs
I have observed inconsistent behavior using the Web Developer extension (Chris Pederick) in Google Chrome on these different machines:
My PC running Windows 7 Home Premium 64-bit
A VirturalBox ...
0
votes
1answer
36 views
Can I access Chrome chrome://gpu/ data with Javascript?
When I open the page chrome://gpu/ I can see if the video is hardware accelerated or not, can I get that information using Javascript? (I'm building a Chrome extension so maybe there is an API?)
Thx ...
0
votes
1answer
24 views
ScriptSafe blocks Tampermonkey? [closed]
How can I allow a Tampermonkey script to execute without having to enable scripts for a page in ScriptSafe?
I use ScriptSafe to block a site's script BUT I do not ever want to block Tampermonkey.
...
0
votes
0answers
27 views
Redirect with AJAX in a chrome extension
I am trying to code an interface with keyserver.pgp.com in a chrome extension.
First I'd like to look for a key with this simple request (it's a POST request here but it also works with GET) :
...
0
votes
1answer
19 views
prepend profile username to the window title in Chrome?
I want to launch chrome in two or three different profiles, one chrome will be launched as user1, another as user2, and the third as user3.
But I want to know, from the windows 7 taskbar, which one ...
0
votes
2answers
21 views
How can I match the URL in Chrome Extension like: *://foo.*/*
It doesn't work in content_scripts matches!
Is there other way to realize?
0
votes
1answer
32 views
Node - Push notification when browser closed
I'm new to node and socket.io. I just have done a chrome extension with push notification. In that i'm facing a issue the notification is not sending when chrome browser closed. The server notifies ...
0
votes
1answer
36 views
Make Chrome respond to custom keys?
I've got a few keys on my keyboard (not macros) that I would like to make Chrome respond to via an extension.
For example:
On www.domain.com
When X button is pressed, simulate a click on <div ...
1
vote
1answer
54 views
Store an array with chrome.storage.local
I'm writing a chrome extension, and I can't store an array. I read that I should use JSON stringify/parse to achieve this, but I have an error using it.
chrome.storage.local.get(null, ...
0
votes
1answer
22 views
All of my crossdomain calls return with status 0 out of nowhere
I'm developing using kangoextensions, and have been for quite some time.
All of a sudden, every kango.xhr call, even to bing.com, instead of returning status 200, returns status 0 and "" for data. It ...
1
vote
1answer
42 views
Best way to include data (that will populate IndexedDB) with offline HTML5 app?
I'm building an offline HTML5 app (it will be delivered as a zipped up .crx file). It will be installed and used entirely offline. At no point will there be internet access.
AFAIK, there is no way to ...
0
votes
0answers
26 views
Google Chrome extension Temporary files' location
It's been more than 3 hours that I've been looking for the exact location (under OS X 10.6.8), but still can't find it.
I'm using PageSpeed Insights and try to find where e.g. the temporary ...
0
votes
1answer
19 views
How to launch a Chrome Extension popup from a background thread?
I want to write a Chrome Extension that will be monitoring for URI link clicks, and when it encounters that it is to launch its popup. I understand that the monitoring will be done in the background ...
-1
votes
1answer
25 views
Using Windows environmental variables in file URI scheme
Can we use environmental variables, such %userprofile% or %appdata%, in a path, in a file URI scheme, from a browser (or at least a Chrome browser)?
Something like
...
0
votes
0answers
27 views
Javascript: Problems saving and retriving and displaying an image from localstorage
I am developing an extension for Chrome, and need to save and retrieve images from storage.
Some of the images need to be loaded from the extension directory, while others will be send from a ...
0
votes
0answers
23 views
Proxy for one specific script (extension PAC file?)
I'd like to write have a proxy for one specific script, so that if browser will request this script, it will ship some script from other source pointed by me. Is it possible?
It would be also nice to ...
-1
votes
0answers
27 views
Google Chrome extensions - Rightclick context menu notes [closed]
Good afternoon.
I have a problem.
I need help to create a plugin to your browser.
The program will have a database (html, txt) - any format
And when you select the phrase, so that in the context ...
-1
votes
1answer
44 views
Unit Testing Chrome Extensions?
What is the best way to unit test a Google Chrome extension?
I need to unit test various JavaScript functions and content-scripts on the websites they were designed for, as well as automate user ...
0
votes
1answer
56 views
Disable source view in chrome browser
Can I have access to such browser options like disabling ContextMenu Items and disable hot-keys (Ctrl-U).How to configure browser that the View Source option was disabled?
0
votes
1answer
26 views
How to generate Chrome Extension's popup body based on periodically fetched data?
I am programming a Chrome Extension that will be fetching JSON data every minute and update the popup's html body (accessible after clicking the icon) based on the results.
This is my background.js:
...
0
votes
1answer
29 views
Chrome developer tools: View the `Console` tab and/or the `Sources` tab in a separate window?
Chrome developer tools: Is there a way to view the Console tab and/or the Sources tab in a separate window? I often want to look at both of these simultaneously.
Pressing Esc when on the Sources tab ...
0
votes
1answer
32 views
How do I customize the title bar of a popup in a chrome extension?
How do i style the title bar of a popup in a chrome extension? I notice this being done by Chat for Chrome. (Note: the screenshot for that one is outdated)
I got as far as opening a popup without the ...
0
votes
1answer
51 views
Can the code in a .crx chrome app have write access to the files within itself (the crx)?
I have a crx that has a number of files that I want to be able to change over time. For example, it might have this structure:
index.html
js/code.js
images/someimage.png
I want to be able to use ...
0
votes
1answer
25 views
Need a chome mobile to auto reload a tab/page
I have a google spreadsheet that is accessed via the web using an Android tablet. The android tablet uses Chrome, the mobile version obviously. The desktop version of Chrome has an extension for auto ...
-1
votes
4answers
43 views
How to use jQuery in chrome-extension to open a link?
I build my first Chrome Extensions with code and file snippets below.
manifest.json
{
"name": "Test",
"version": "0.1",
"manifest_version": 2,
"description": "First try",
"browser_action": {
...
0
votes
1answer
19 views
How to replace chrome.tabs.onSelectionChanged deprecated method?
I need to get data from the tab the user is leaving (switching on other tab or going on other program).
But chrome.tabs seems not providing an event allowing that..
Before there was apparently ...
0
votes
1answer
40 views
Chrome Extension: Insert a clickable image using a content script
I know hat it is possible, but I am not quite sure how to do it the 'right' way, as to ensure there are no conflicts.
I came across this question: Cannot call functions to content scripts by ...
2
votes
0answers
55 views
+50
Search request in Chrome omnibox from an extension
How can I execute a search request in Chrome's omnibox from an extension ?
I'm looking for something similar to:
chrome.tabs.create({
'url': 'some/relative/or/absolute/url'
});
where the url ...
0
votes
1answer
19 views
onClick function - automatically copies data from spreadsheets' static field
I'd be very glad for help with some ideas for code of extension that, on pressing on the icon in chrome, automatically copies a text from static field in spreadsheet, like this:
...
0
votes
0answers
10 views
Chrome Extension: How to structure extension to have a producer (downloads data) and consumers content pages
I am very new to Chrome extensions and I have still to grasped the subtleties of the various types of pages that are available.
First of all, this extension is part of a research project, so it ...
1
vote
1answer
62 views
Chrome extension: open link in new tab?
In my Stackoverflow foler I have stackoverflow.ico and 2 bellow files. When imported it to Chrome, it show the icon in adress bar but when I click on it, chrome dont open any new tab. What is my ...
0
votes
1answer
52 views
Using background.js variables in chrome.tabs.executeScript
With chrome.tabs.executeScript, how can I use a variable from background.js in the inserted content script? I mean something like this:
(...)
var identificador = target.selectionText;
...
0
votes
1answer
25 views
Why is this extension not working offline? (code included)
I created an extension (see code below) and I added it to google chrome via "load unpacked extension". I then opened it and used it before shutting down the web server (it's an internal server). When ...
1
vote
0answers
20 views
After adding ExtensionInstallSources preference with my URL to Chrome Preferences, still won't allow installing “.crx” packaged app
I added the preference ExtensionInstallSources (as per: http://www.chromium.org/administrators/policy-list-3#ExtensionInstallSources ), it still is not allowing me to install my "app.crx" from my URL. ...
0
votes
2answers
31 views
Access to non-sandboxed disk in Chrome Native Client
Chrome Native Client provides File IO API to access sandboxed local disk. But is it possible to access non-sandboxed disk, and if yes, how?
0
votes
0answers
23 views
chorme extension crash with “Could not execute chrome hidden method: dispatchOnLoad”
my extension always crash when i close chrome.
Log:
....
[4686:519:0510/175611:VERBOSE1:page_load_histograms.cc(878)] PLT: 4609ms http://www.weibo.com/miser?wvr=5&
...
0
votes
0answers
28 views
Chrome: message content-script on runtime.onInstalled
I'm the maker of an addon called BeautifyTumblr which changes the apperance of Tumblr.
I wish for my Chrome extension to automatically detect when it has been updated and display changelog to the ...
0
votes
2answers
49 views
JS Alerts from a popup extension in google chrome
i've made my very first google chrome extension. i've found out i can't show a javascript alert from the extension popup. Is there a way i can enable the extension to show it? or is there better way ...
0
votes
0answers
9 views
Google Chrome Sync behind a firewall [migrated]
I have some issue with Google Chrome Sync.
The firewall in my company is configured with some too stringent rules. When I am connected through this network my synchronization fails. In other networks ...
0
votes
1answer
35 views
Getting a content script to append image on page load
I've just start out learning how to make extensions for google chrome. I have a very basic understanding so far, so I wanted to try something small.
Right now I am trying to get an image to append ...
2
votes
1answer
45 views
Trigger a JavaScript action when shift-double clicking
I am moving from Safari to Chrome and desperately miss the Safari zoom behavior. There's an extension dblclickzoomin that makes things zoom like safari whenever you doubleclick. However, this is ...
1
vote
2answers
37 views
Is it possible to hide extension resources in the Chrome web inspector network tab?
When I'm viewing the downloaded resources for a page in the Chrome web inspector, I also see the HTML/JS/CSS requested by certain extensions.
In the example above, indicator.html, indicator.js and ...
0
votes
0answers
30 views
When using Google Analytics with a Chrome Extension, should page views be suppressed?
Chrome makes it pretty easy to integrate Google Analytics in Chrome, but it seems to me that using it the way indicated here:
http://developer.chrome.com/extensions/tut_analytics.html
would cause ...




