You cannot post messages because only members can post, and you are not currently a member.
Description:
This group is for Chromium or Google Chrome extension developers.
First posts are moderated to prevent spam.
Please don't promote your extensions here.
Consider asking your question on Stack Overflow instead, using the [google-chrome-extension] tag.
|
|
|
self packaged crx not loading in windows. please help
|
| |
Hello group, I have a self hosted extension which I package myself. Ever since upgrading to Chrome 25 and up I cannot seem to create the crx so that it will load on a windows machine (tried xp, win7 and win8). I'm running the following command: chrome --pack-extension=<path to extension code> this generates the crx which loads on mac fine, but does not on windows. I... more »
|
|
Chrome Web Store not displaying saved changes?
|
| |
Hi,
I updated my Chrome extension via the developer dashboard on the
17th March and changed the 'Detailed description' text to show a small
changelog of what's new in this version and then previewed the changes then
published (I did update the package zip too) however it's now the 20th
March and the detailed description hasn't updated and isn't showing but the... more »
|
|
Did the CWS Interface Change?
|
| |
It looks like there was a recent change to the CWS, and now when I
search for our extension I see a more discoverable "Apps, Extensions,
Themes" set of buttons at the top - improvement is great!
But when I click on Extensions, I see art for our extension that we
haven't used in about 7 months. Is this a known / recent issue?... more »
|
|
chrome.runtime.onInstalled.add Listener doesn't work
|
| |
When i'm trying in my extension to detect install or update event, nothing happens. I'm doing like this: // Check whether new version is installed chrome.runtime.onInstalled.add Listener(function(details){ if(details.reason == "install"){ console.log("This is a first install!"); }else if(details.reason == "update"){... more »
|
|
Couple of questions about Web workers
|
| |
Hi,
I am using web workers in the background page of my extension. I noticed a
few things and wanted to clarify:
1. What is the limit on number of workers that can be spawned?
I see that my extension starts crashing somewhere around 125 workers.
2. I spawn 100 workers. They do some work and call "self.close()" after... more »
|
|
sample -> version increased -> manifest invalid
|
| |
Hi, dev team!
1 . get [link]
I've got "pageAction" sample, and install it - once - with CWS. It was
installed ok. (Chrome v. 25). But you can get any other sample, I am sure.
2. Then I change version from 0.1 to 0.2, upload and publish.
3. Now I got "manifest invalid" message. (I have tried on Linux and... more »
|
|
Developer Registration Technical Issues
|
| |
Hello !! I am newbie to chrome extension development. Recently I developed an chrome extension and now want to release it. When I am trying to pay my developer fees (which is 5.00$), after filling all the information fields listed below: 1) Name: 2) Address: 3) Credit Card or Debit Card ("I filled here with my debit card") :... more »
|
|
supreme savings
|
| |
I have supreme savings extension installed and it does not contain an option to delete it. Does anyone know of a way to remove this unwanted extension.
|
|
Chrome store. Extensions problems. Cant install.
|
| |
Hi, everyone! I have noticed a bunch of problems with publishing my extensions: 1. I uploaded my extension, publish it, tried to install from store and get "Download interrupted" error. 2. I updated one of my old extensions, uploaded package success, but when try to install i get "Invalid manifest" error.... more »
|
|
Catifier: can not add any sample extansion
|
| |
Hi, I got Catifier, for example, [link] And then add it to CromeWebStore, ok. But I can not install it, - download interrupt. And so any other examples also fails with the same gloomy message. What I miss? Thank you! M
|
|
|