This tag is dedicated to questions about extension development for the Google Chrome web browser.

learn more… | top users | synonyms

0
votes
1answer
70 views

Chrome desktop notification for dynamic site update when chrome runs in background

I've created a bookmark extension for community website, which host posts, I need to have desktop notification of new posts in community site. chrome runs on background, but no tabs will be opened, ...
10
votes
2answers
280 views

Trying to compare two Canvas elements

I am using below code to compare two canvas elements function createImage(html, can) { var canvas = $( "#" + can ); var ctx = canvas[0].getContext("2d"); var data = "<svg ...
0
votes
1answer
36 views

Inject HTML into a page from a content script

I am building a Chrome Extension and I have a requirement to overlay a blob of html on top of a few websites. At the moment I am using a JQuery .Get to pull the html from my server. In order to ...
0
votes
0answers
53 views

Chrome Extensions: Execute script time limit?

After some failed attempts to "scan" a page with a chrome extension I have one question. I was trying to "scan" a page with a chrome extension, which means the extension filters the content i need, ...
0
votes
2answers
50 views

Javascript to find URL on page

Not sure where to start with this. I am looking to write some javascript that will be executed as a chrome extension, that will, upon loading of the page, search the page for an url that I know will ...
1
vote
0answers
48 views

Grab an image from a div and set it to be a variable in JavaScript (chrome extension)

I am trying to desteghide an image to reveal the secret message. I have got it working, but only by browsing the image which contains the message. If you take a look at the screenshot: To make ...
0
votes
0answers
29 views

Setting the content_script matches at runtime

I'm developing a chrome extension that requires a content_script to add custom controls to a media player. However, I want to allow users to set the domain of the player via an options control panel ...
0
votes
1answer
20 views

Chrome Extension - Change Name in manifest.json?

Got a request to change the name of our chrome extension in manifest.json, and i'm concerned that this would break auto-updating for users with the extension already installed. Has anyone run into ...
0
votes
0answers
31 views

chrome.commands API: how to specify shortcuts involving `.` (dot) and `,` (comma)

Chrome extension development: Using the new chrome.commands API, which lets you specify global keyboard shortcuts handled by the extension, how can I specify shortcuts involving , and . in ...
0
votes
1answer
19 views

Pass “this.value” to addEventListener Function

I'm developing a Chrome plugin,The situation is like i have few images like this in option page. <img src="some.jpg" class="same" id="231"> <img src="some.jpg" class="same" id="234"> ...
0
votes
1answer
25 views

_svn folder in one working director but not another

I am using Tortoise Subversion to source control some Chrome Extensions I am working on. When I build the extension in the Chrome settings area on one machine, it complains about the hidden _svn ...
0
votes
1answer
67 views

Chrome Extension - From the DOM to Popup.js message passing

I'm trying to get a simple Google Chrome extension working where a message/variable flows through each of the following steps ... DOM content (from specific HTML tag) Contentscript.js Background.js ...
0
votes
2answers
32 views

Is the same htm source edit extension available on windows?

I'm looking for the chrome extension that allows you to edit html source and instantly view the result. See the screenshot for mac, perhaps there is no such software available for windows version of ...
1
vote
2answers
40 views

How do I wait for a javascript function to return a response using Chrome.storage API?

I am trying to use the following code to set and get name value pairs in a Chrome Extension. if (!this.Chrome_getValue || (this.Chrome_getValue.toString && ...
0
votes
1answer
18 views

Google chrome notifciations icons without 'web_accessible_resources'

I'm currently working on a google chrome extension which needs to use notifications. It's meant to extract an image from a site (got that part), upload it to imgur and then use it as the icon for ...
0
votes
0answers
46 views

Intercept and read CSV file download in Chrome Extension

Is it possible for a Chrome extension to detect when a CSV file (or any other plain text file, e.g. txt) is downloaded within a website? I'm looking to intercept the response and read out the contents ...
0
votes
1answer
35 views

Does “chrome.storage.sync” store data in the cloud?

In the chrome extensions docs, on this page about local storage options, it says: To store user data for your extension, you can use either storage.sync or storage.local. When using ...
0
votes
1answer
55 views

chrome.webNavigation undefined

I am writing my first Google extension code, and I am getting a weird error I have never seen in my life. Uncaught TypeError: Cannot read property 'onCompleted' of undefined background.js:4 ...
0
votes
1answer
103 views

Chrome extension has FireBreath plugin… Uncaught Error: Error calling method on NPObject

My deepest apologies. The file wasn't copied into the correct directory and thus could not be read. The extension works across all Windows platforms after all. This is a reminder to perform proper ...
0
votes
1answer
46 views

Google Chrome file system api: bug in sample code?

I am trying to run this example code: https://github.com/GoogleChrome/chrome-app-samples/tree/master/filesystem-access as well as this: ...
0
votes
0answers
41 views

Chrome Extension: Could not fetch data from the Chrome Web Store + flagged for manual review [closed]

Today I encountered 2 severe problems with my (crossrider-based) browser extension: https://chrome.google.com/webstore/detail/better-wikipedia/emffkefkbkpkgpdeeooapgaicgmcbolj The inline ...
0
votes
1answer
34 views

Retrieve JSON stored locally Chrome Extension

I'm developing my first Chrome Extension. I want to store a CSV file as a JSON, read the content and compare it with the URL. Questions: I'd normally store the CSV table in a database, but I don't ...
0
votes
1answer
19 views

chrome extension storage: set/get value

Trying to set and get values in my Chrome extension using local storage. Don't know what I did, but it's no longer working.¨ In manifest I have: "permissions": [ "tabs", "http://*/*", ...
-1
votes
0answers
15 views

Is it possible to display the total time taken by an over file download on chrome or firefox? [closed]

I download several files through chrome or firefox, and I want to know how much time it takes to download each of these files. I search for plugins or software to get this information and don't find ...
0
votes
1answer
87 views

How to display popup for each url using page action?

I need some guide on how to achieve this kind of thing. The thing I want to do is to use page_action to display popup for specific URLs. What I want to achieve is something like this: When a user ...
0
votes
1answer
42 views

Selectively include javascript file dependent on website

I'm trying to build a Chrome Extension that will work with two websites, we'll call them website1.com and website2.com. Depending on what website we are on I would like to include a different JS file ...
0
votes
0answers
23 views

LZW is not decompressed to original value in javascript

I saw this LZW implementation scattered all over StackOverflow and so I tried to use that. The problem is that I need to save an XML response in my Chrome extension's localStorage but somehow it ...
0
votes
2answers
76 views

How to write some javascript in a Chrome extension, so that if the javascript code is run, and the user presses the back button, it goes back twice?

Basically, in my chrome extension, it creates a redirect on certain pages within a domain. This is indeed the behavior I want it to be doing. I do not want this changed - it is required. What I want ...
2
votes
0answers
21 views

bookmarks bar click event listener chrome extension

i am working on a chrome extension that needs an event listener on the bookmarks bar buttons so that i could do whatever i want with the bookmark that was clicked ! i've looked up the bookmarks api ...
0
votes
2answers
36 views

Store variable in Chrome Extension (domain 1), but I need it in remote domain (domain 2)

I'm developing a Chrome Extension. In the box extension I allow users to store a variable (an URL). Then, in the page when the script is active, I must get this value. Example Chrome Extension: ...
1
vote
2answers
77 views

How to call a site's function from a Chrome extension?

I'm trying to make a Chrome extention for myself, so that when I visit any sort of channel at Twitch.tv, the chat will automatically hide. I've been looking at it with Firebug and I found ...
-1
votes
1answer
20 views

Display image on search results for chrome extension [closed]

I've just published my first chrome extension to the webstore. However I see that the image shown next to the extension in the search results is just a small low quality version of the 128x128 icon ...
0
votes
1answer
41 views

How to programmatically toggle the console panel from a custom developer tools Chrome extension?

Is there a way to programmatically toggle the console from inside a custom devtools panel? What's happening is that on the stock panels, you can press Esc to toggle the bottom console panel; but it ...
0
votes
1answer
35 views

Chrome Extension: Event Page For New Bookmark Events

I'm completely new to Chrome Extensions. I want the creation of a bookmark to trigger a xmlhttprequest. Right now, I'm just trying to get a new bookmark event to do a console.log and can't see what ...
2
votes
1answer
26 views

Configurable keyboard shortcut without using content scripts

Chrome Extension: I am looking for a way to assign global keyboard shortcuts that can be invoked even when the current tab has no content (and hence no content script). Some examples of such tabs: ...
1
vote
1answer
48 views

How do I call a function once after all chrome.cookies.onChange events fire?

how do I call a function once after all cookies.onChange events fire, I kown chrome.cookies.onChange.addListener but it call event handler everytime after every cookies get changed, I want to ...
0
votes
1answer
28 views

append html in body of currently oppened tab

I want to append html in body of currently openned tab. when i put my code in background js it append the html in background.html and when i use same code in poPup js it append it on poPup.hmtl. i ...
1
vote
1answer
33 views

Chrome extension: select next tab?

Chrome extension: How can I activate the tab next to the current one (i.e. the one to its right). This is the code I have, but it doesn't work correctly - instead of the next tab, a random one seems ...
0
votes
0answers
25 views

access input element inside iframe from popup.js

I'm using an extension in which I want to enable a chat option using pubnub.com script. In order to avoid inline content script error in popup.html, I am using an iframe to load the pubnub script. ...
0
votes
1answer
60 views

chrome.tabs.sendMessage: “Port error: Could not establish connection. Receiving end does not exist” on cached pages only

I've read through all of the related errors, and I think this case is a bit different. I'm trying to send a message from the background context to a content script. E.g. chrome.tabs.query({ ...
0
votes
1answer
41 views

wizard form chrome extension

Over the last days I have been trying to implement a wizard form by using jquery on chrome extension, but it seems to impossible (for me). I have tried to adapt some libraries such as ...
0
votes
1answer
33 views

Can js code in chrome extension detect that it's executed as content script?

I have a google chrome extension that shares some code between it's content script and background process / popup. If it some easy and straightforward way for this code to check if it's executed as ...
0
votes
2answers
26 views

creating an evenlistener for a list which was added using a node appendChild

I'm trying to add a select list dynamically to my html. I've done this successfully by adding a node to the dom. My problem is on a separate javascript file I want to create an eventlistner which ...
1
vote
1answer
64 views

Is it possible to Base64 encode a chrome extension?

I was looking to base64 encode a portion of my chrome extension. However, it did not work when I tried to test it. (The extension works fine when not encoded). Is it possible to Base64 encode a ...
0
votes
1answer
22 views

Chrome Web Store shows “empty-title” in URL

My published extension url is: https://chrome.google.com/webstore/detail/empty-title/my-id Why is "empty-title" showing instead of the company name? If I put the company name instead of ...
1
vote
1answer
26 views

chrome.experimental.processes.onExited.addListener not working

I am trying to write a Chrome extension which detects process crashes. First i went to about:flags page of Chrome and enabled "Experimental Extension APIs". This is the extension I wrote: ...
0
votes
0answers
37 views

Using other methods as callback function in Javascript

I'm using the following code in a Chrome plugin to make a cross-origin request and save it to local storage: function Search(query) { this.query = query; this.fetch = function(callback) { if ...
1
vote
0answers
78 views

File Upload in Google Chrome Extension Popup

I'm building a Chrome extension to upload a file to an external API. It works great when I test it out on a separate tab. The problem comes when adding it as a popup. When you go to select a file on ...
0
votes
0answers
72 views

Django 1.5 + django-ajax-upload-widget - jQuery $.ajax handle success response as error

I'm using django 1.5 + Mezzanine + django-ajax-upload-widget. I have the problem with the django-ajax-upload-widget. So, when I trying to choose file in form I have an upload error. As I undestand ...
0
votes
1answer
30 views

Cannot publish chrome extension to the world

I have the following issue when attempting to publish a chrome extension. After having paid the $5 developer licence fee, I have been able to publish my extension to testers. However now it appears ...

1 3 4 5 6 7 109