Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home for chromium.org
« Groups Home
Group info
Language:
More group info »
Discussions
View:  Topic list, Topic summary Topics 1 - 10 of 3728  Older »

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.

 

flag Stack Overflow developer support 
  Hey folks, Stack Overflow (stackoverflow.com) is now an official support channel for chrome extension developers. Some of Stack Overflow's benefits include a large and active user base, the promotion of answers in search results, and structured markup for easily writing code snippets. Already we've been monitoring the [google-chrome-extension] tag in Stack... more »
By Boris Smus  - Nov 15 2011 - 2 new of 2 messages    

flag Announcing the activeTab permission in Chrome 26 stable! 
  Extension developers, Does your extension need <all_urls>? Chrome 26, now stable, includes the new activeTab permission, which you may be able to use instead. The best part? It doesn’t require a warning message during installation! The activeTab permission gives an extension temporary access to the... more »
By Peter Ludwig  - Apr 12 - 4 new of 4 messages    

Google Chrome Extensions IDE, does it exist? 
  Does anyone know if a "google chrome extensions ide" that helps with the API, with code hints, preview, autocompleate, etc. exists?
By Oscar Jesús Cardoso Ibarra  - May 16 - 3 new of 3 messages    

How to read file input's file content from POST request via WebRequest API? 
  Hi, we are trying to block and read the content of (a) file(s) that are uploaded via form with file input using the WebRequest API and onBeforeRequest. We cannot get the file content, but only its file name using requestBody.formData. In our tests we always get formData which seems not to include file content readable to us. raw that would... more »
By BenjaminH  - May 16 - 1 new of 1 message    

manifest version 2 timeline 
  Just wondering if there's been any shift in the manifest version 1 support schedule published at [link] Eg, under "April 2013", it states that "The Web Store will remove manifest version 1 items from the wall, search results, and category pages."... more »
By Hans  - May 14 - 1 new of 1 message    

Extension crashes in latest Dev Build (28.0.1500.11 dev-m) 
  The extension in question is this one: [link] I've tested in these Chrome versions: 28.0.1500.11 dev-m == crash 28.0.1500.5 (portable) == works fine, no crashes 27.0.1453.81 (portable) == works fine, no crashes 26.0.1410.64 (portable) == works fine, no crashes... more »
By iron2000  - May 14 - 4 new of 4 messages    

Stats down again? 
  The ratings (total count and average rating) haven't been updating for the past 10 days despite new ratings and comments showing up. What's going on? ...
By Scott Fujan  - May 14 - 1 new of 1 message    

Extension in Pending Review for more than one week 
  I published an update to fix bugs, so no massive changes here: [link] Can anyone from Google Chrome web store team take a look at this please. Thank you.
By reda  - May 12 - 3 new of 3 messages    

trying to configure bitcoin on extension 
  Hi guys, I am trying to configure a demo bitcoin payment button in an extension. My current permissions are: "permissions": [ "tabs", "<all_urls>" ], I am trying to configure it in a popup options.html opened from background.js by chrome.tabs.create({url: 'options.html'}); I just added the demo code here<[link]>,... more »
By Adolfo Rodriguez  - May 6 - 3 new of 3 messages    

Issue with special characters wirh chrome Beta (ok with Canary) 
  Hi all, I'm having an issue with my chrome extension on chrome 27, when displaying text that comes from a NPAPI plugin and contains special characters. It appears that this issue is not reproducible on chrome 28. (see attached screenshots) Is there any chance that this will be fixed by the time 27 reaches stable... more »
By Alexandre Barreira  - May 6 - 2 new of 2 messages    

xmlhttprequest not redirected 
  Hi All. In my extension i'm trying to redirect some wrong xmlhttprequests to another server but faced some strange issues. I'm filtering this requests in webRequest.onBeforeRequest listener like this(sample code): chrome.webRequest.onBeforeRequ est.addListener(function (details) { if (details.type == 'xmlhttprequest') {... more »
By Andrew Ste  - May 5 - 3 new of 3 messages    

moving from permissions to optional_permission: how to handle content_scripts? 
  Hi, My extension has an optional feature that interacts with the user's gmail tab. We don't want to mention mail.google.com domains at all in the permission confirmation that the user sees when first installing the extension. So I moved that entry out of the manifest's permissions block and into the optional_permissions block. We also needed to use a content... more »
By Chris Templin  - May 5 - 2 new of 2 messages    

1 - 10 of 3728   « Newer | Older »

XML       Send email to this group: chromium-extensions@chromium.org