How to link to options page from content script?
A:
From API:
Referring to extension files
Get the URL of an extension's file using chrome.extension.getURL(). You can use the result just like you would any other URL.
So chrome.extension.getURL("options.html");
should do the trick.
serg
2010-08-05 18:48:56
I'm currently leaving for vacation, so I be able to check it in couple days. Thanks for answer, I will give feedback soon.
Tomasz Wysocki
2010-08-05 19:24:05