Well, you can do that programatically. Just add to your content script -

chrome.extension.sendRequest({url:location.href},StartScripting)
function StartScripting(Response)
{
~scripting~
}

And only send a response back if it is an allowed page.

☆PhistucK


On Sat, Jan 9, 2010 at 07:40, ViolentOr <kachalov....@gmail.com> wrote:

> Is it possible to change "Permissions" and "Matches" in options
> dialog? It would be useful for userscripts expansions (so users could
> choose on which site they want to use script, and where they don`t)
>
> Thanks in advance
>
> --
> You received this message because you are subscribed to the Google Groups
> "Chromium-extensions" group.
> To post to this group, send email to chromium-extensi...@googlegroups.com.
> To unsubscribe from this group, send email to
> chromium-extensions+unsubscr...@googlegroups.com<chromium-extensions%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/chromium-extensions?hl=en.
>
>
>
>
--
You received this message because you are subscribed to the Google Groups "Chromium-extensions" group.
To post to this group, send email to chromium-extensi...@googlegroups.com.
To unsubscribe from this group, send email to chromium-extensions+unsubscr...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/chromium-extensions?hl=en.

Reply via email to