This tag is dedicated to questions about extension development for the Google Chrome web browser.
0
votes
0answers
3 views
How would I read the file contents of a file in my app/extension's crx?
I want to include some files in my crx and then be able to read them in as data (into a string or Blob). How would I do this? Is there a way to use the FileSystem API for this?
0
votes
1answer
40 views
Bind function to image, or to anchor IF anchor's only child is img
I've run in to an issue in a chrome extension I'm writing where right clicking on an image fires off a function, however this function does not currently work if the img is wrapped in an anchor tag.
...
-1
votes
1answer
14 views
automate chrome extension installation when user access my website
i need my chrome extension to be downloaded and installed automatically, when user access my website from Google chrome.
my extension is stored in my web-server, should i need to store the extension ...
0
votes
0answers
7 views
Way of validating Match Patterns in bulk?
I'm trying to convert the "Third-party advertisers" section of the Fanboy merged filter list (https://secure.fanboy.co.nz/r/fanboy-ultimate.txt) into Match Patterns for a Chrome Extension I'm ...
1
vote
0answers
14 views
how do i toggle on/off content_scripts in a google extension?
I have this simple extension, it displays icon on chrome's toolbar and shows a enable/disable button. i want to add function to the button to disable or enable the content_script.js which fires on ...
0
votes
0answers
18 views
jQuery to Chrome Extension [closed]
So I have this written http://jsfiddle.net/MBE4t/2/ and I would like to use it as a Chrome Extension. I've been playing around with Chr. Extensions for hours but no success. Can anyone help me how to ...
0
votes
0answers
5 views
How to open a new tab based on data taken from a FORM in “popup.html”?
I want to create a chrome extension which takes input from a "form" in popup.html and uses popup.js to open the website selected in a new tab.
**manifest.json**
{
"manifest_version": 2,
...
0
votes
0answers
9 views
Opening permanent window from chrome extension
I'm developing a Chrome extension (the Chrome version of Selenium Builder) which needs to create a permanently open window for the extension's UI. I've tried using the following code in a browser ...
0
votes
0answers
10 views
[Chrome extension v.2.0, Context menu]:How to call function from other js
I have a context menu that handle right click:
function addToPlaylist(info, tab){
playlist.callfromMenu(); // a JSON variable from other js
}
var atpId = chrome.contextMenus.create({
...
1
vote
1answer
20 views
Chrome Content Script to Modify HTML Element
I would like to use a Google Chrome content script to modify the following HTML code.
<font style="color:white;"> Text Here </font>
Could someone advise of the code I should use to ...
0
votes
1answer
26 views
Creating Chrome Extension
I'm just starting to create a Chrome Extension. I have read a few tutorials. But how to create one that handles the page events. I would like to highlight the text in the browser and change the color. ...
0
votes
0answers
8 views
Path for NPAPI plugin in manifest file[crx]
I am working on a chrome extension, which uses NPAPI plugin in background.html,
NPAPI plugin is installed in /Library/Internet-Plugins.
We want to host the extension on our own server for autoupdate ...
3
votes
0answers
42 views
How to know when google searches?
I'm developing a chrome extension and I need to know when is google searching to perform an action on each search.
I've tried to listen the requests with chrome.webRequest but the cached requests ...
0
votes
5answers
46 views
Javascript: Updating an element by ID?
I'm trying to get an element by ID and update it but I seem to be having trouble since I'm fairly new with javascript. This is my form:
<div class="formRow billingForm">
<div ...
0
votes
1answer
34 views
Callback with window.setInterval
I am trying to return a some metadata found on a page in a google-chrome extension. The background.js makes a request to the website.js page for the metedata. The request is made right when the page ...
1
vote
0answers
19 views
Load the Google File picker in a chrome extension
I'm working on a Chrome extension and I would like to load the Google File picker.
I have included the JS API script in my extension (I include it directly in the package).
When I try to load the ...
0
votes
0answers
12 views
Update extension to packaged app in webstore
I currently have an extension published in chrome web store.
Now with some additional features, It made more sense to update that to an packaged app.
I have changed the extension to Packaged App.
Now ...
1
vote
1answer
16 views
Chrome Extensions: Running Different .js Files Depending on What Site You're On?
I'm new to chrome extensions but I have a question concerning content scripts.
I want to execute a specific js file if the user accesses a specific domain, and another different js file if they ...
0
votes
1answer
21 views
Chrome Extension: Running Javascript Through Multiple Pages?
I am working on a google chrome extension that runs javascript when a particular site is accessed (i.e. images.myDomain.com/). Once the javascript is injected, it then triggers a button click to go to ...
0
votes
0answers
8 views
Chrome feature similar to IE's “map with bing” accelerator
IE has the "map with bing" option, which shows the selected text (say, a location) on bing maps in a popup right next to the context menu. I want to develop something similar for google chrome. ...
0
votes
0answers
10 views
Uncaught TypeError with EaselJS using chrome extension
I'm using EaselJS with a chrome extension so that I can inject a spritesheet animation onto a webpage (just a stick figure walking around for fun). On some pages it works (Google.com), but on others ...
0
votes
3answers
31 views
Javascript: Performing action once the next page has loaded?
I am currently building a google extension and this is what I'm going for:
Do something on awesome.page1.html then automatically press Next Page. When the new page has loaded, fill in a form's ...
0
votes
1answer
15 views
Can an app or extension open files on system with permission “<all_urls>”?
I thought Chrome apps were sandboxed, but I see that you can allow permissions for file:// urls, and there's a special matching pattern:
<all_urls> Matches any URL ...
0
votes
1answer
21 views
getting same origin policy error on getJSON in chrome extension
My Chrome extension background.js checks if a condition is true, and if so, download a script from my server which makes changes to the DOM. Now I'm trying to make a jquery getJSON call from that ...
0
votes
1answer
15 views
how can i create a chrome extension which shows extension icon in a new tab window same as SocialBro Extension [duplicate]
how can i create a chrome extension which shows extension icon in a new tab window, and not in chrome tool bar.
Eg like SocialBro, youtube, gmail extension are displayed.
go to ...
-1
votes
0answers
22 views
Create Chrome Extension Relationship
I want to save a data relationship between "lists" and "links" like on a database, "lists" would have and ID and I could catch all "links" (which have link name and url data). How can I do tha?
0
votes
1answer
11 views
chrome extension: how to send 'keydown' event to page's input?
I have a test web page that alerts if i hit a key in it's input field:
<!doctype html>
<html>
<head>
<script type="text/javascript" src="jquery-1.9.1.min.js"></script>
...
0
votes
0answers
11 views
Google analytics not working in Chrome Extension on google.com
I have a Chrome Extension which makes some changes to the DOM. I've installed analytics as per Google and it works fine...Except for on google.com itself! First I thought the problem was with https, ...
0
votes
0answers
18 views
Execute extensions functions in a web page. Chrome
I have a chrome extension working.
But I need to execute some functions from that extension in a generic webpage, from javascript of corse.
I want to know if it's possible, and how can I make it.
1
vote
3answers
38 views
capture URL in chrome extension
Try to capture the url chrome browser using chrome extension background script.
I try below code is working fine for new url change but not working in tab change
background.js
...
0
votes
1answer
8 views
How to insert menu-item into YouTube context-item
I need to know how i can insert menu-item into YouTube context-item using Google chrome extension.
I searched for that a lot and i found similar question but no any persuasive answer.
I need the ...
0
votes
4answers
37 views
Javascript: Editing the Value of a Form Field?
This is my html:
<div class="myFormField">
<input type="text" class="myFormField city" value="" name="city" id="city">
</div>
I'm trying the to set the following but it's not ...
0
votes
1answer
32 views
Javascript: Automatically clicking a button?
I'm learning how to write a chrome extension, and I'm fairly new to javascript.
Here's some html:
<div class="button data" style="">
<a class="button1 whiteColor" ...
0
votes
1answer
24 views
Porting Chrome extension to Firefox : equivalent to chrome.storage
I'm trying to port Chrome extension to Firefox and I would like to know what's the equivalent to chrome.storage.local.set and chrome.storage.local.get in Firefox add on sdk. I think, it's ...
0
votes
1answer
16 views
Chrome keeps all versions of my hosted app/extension (takes up MB's). How tell it to remove old versions? To downgrade?
I noticed that Google Chrome has kept all the versions (unpacked) of my hosted app. Even though it's delivered (via the update_url) as a .crx file, in the extensions folder, it has 47 folders and ...
0
votes
0answers
19 views
Is it possible to read and/or clear browser (chrome, safari, firefox, IE) history programmatically?
Is it possible to programmatically read and clear the history of certain browsers through a native (Windows, Mac OSX) app or a browser plugin?
1
vote
1answer
31 views
Should there be any difference between window.localStorage.setItem and localStorage.setItem?
I have a Chrome extension that works perfectly for Mac and Linux users but isn't working for Windows users. When I go into a console and set an item in localStorage it works fine, however when the ...
0
votes
0answers
29 views
PUT AJAX request don't work when developer tools closed
I have Extension, and I'm making several ajax requests from extension content scripts, to domain different from open in the tab. For some reason everything works just fine when developer tools are ...
0
votes
1answer
17 views
If my app was granted FileSystem access, browser/computer shutdown and restarted, do I need to call “webkitRequestFileSystem” again?
Everytime I want to access the filesystem, does my app need to call webkitRequestFileSystem? Or is there some way to persist the filesystem stored in a variable across shutdowns and restarts?
For ...
-1
votes
0answers
31 views
Add JS script in HTML page dynamically [closed]
Wrote an extension for Chrome.
If you access the page, trying to add an HTML code JS scripts. But they are not satisfied.
The script is added dynamically to the web site.
The function to add JS script ...
0
votes
1answer
19 views
How to change the default icon as soon as page loads?
I have this code to change my icon, but it only works when I click on it. How can I have the icon change as soon as the web page loads?
document.addEventListener('DOMContentLoaded', function () {
...
0
votes
1answer
29 views
Uncaught Error: NotFoundError: DOM Exception 8 Chrome Extension
iam trying to build an chrome extension that do actions on site,
the site have his API , for example if you click on edit link in site, in backgroung its send an API command like this ...
0
votes
1answer
20 views
chrome extension jquery ajax response with additional javascript code
I implement chrome extension and i used jquery $.ajax to get data from the server side by json, but the response returned with additional javascript code and this made the error always fired instead ...
0
votes
0answers
31 views
How to clean chrome in-memory cache?
I'm developing an extension in chrome and I'm trying to perform an action each time a user searches in Google. Currently I'm using chrome.webRequest onBeforeRequest listener. It works perfectly most ...
0
votes
0answers
13 views
Can Chrome's context menu show all defined search engines? [migrated]
I want to know whether there exists such a Chrome extension that when I select some words and right click on it, the context menu shows all DEFINED search engines in Manage Search Engines of Chrome's ...
0
votes
0answers
14 views
“collapse all” all nodes in one click in firefox or chrome
Any way to "collapse all" all nodes in one click in firefox or chrome and then able to search a node's name and then quickly see its path/tree of parent nodes? First collapse not just top node, but ...
0
votes
0answers
21 views
Return a method with synchronous callback
getLastUpdate: function() {
var lastupdate;
chrome.storage.sync.get("lastupdate", function(storage) {
if(storage.lastupdate) {
lastupdate = storage.lastupdate;
...
0
votes
1answer
22 views
Reload chrome extension after taking user input from options page
I am trying to make a simple chrome extension, which shows some options on right click. There is an options page where the user can enter his preferences(what options to show on right click and what ...
1
vote
0answers
20 views
Google Chrome hosted app: loading a content script
I've developed a simple Chrome hosted app and now I would like to integrate some content scripts in it but according to the documentation, it seems that this kind of app can't integrate content ...
0
votes
1answer
15 views
google chrome extention send email site block of dns
I want to build an extension on Google Chrome which functions will be forwarding address illicit websites that email to parents, which prohibited it site address using DNS Nawala or something similar, ...


