views:

21

answers:

1

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
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

related questions