On Fri, Jun 5, 2009 at 11:28 AM, yohann.richard<[email protected]> wrote:
> PS: I know you guys must hear this too often right now, but here it
> goes : "you can do it in Firefox".

Oh, now you've done it. There actually is a way to do this in Chrome
too. If you give your extension an ID:

{
  "id": "45c30192fc7a8849b45f10573663ff63500f5431",
  "name": "my extension",
  ...
}

Then you can reference resources in your extension by URL, like this:

background-image:url(chrome-extension://45c30192fc7a8849b45f10573663ff63500f5431/image.png)

The ID right now must be a 40 digit hexadecimal string, but in the
next release they will be automatically generated.

- a

--~--~---------~--~----~------------~-------~--~----~
Chromium Discussion mailing list: [email protected] 
View archives, change email options, or unsubscribe: 
    http://groups.google.com/group/chromium-discuss
-~----------~----~----~----~------~----~------~--~---

Reply via email to