Hi, I'm trying to develop an extension that would get activated when I navigate to an "internal url" -- meaning a scheme like chrome- extension or chrome-ui.
I know that can access my js file like chrome-extension:// 9870913846759025367910365190365429354665/myjs.js That's not quite easy enough. I would like to activate my extension if I navigate to an url like chrome-extension://myextension/ or chrome-ui://myextension/ or something similar I would also prefer to have that link in the menu somewhere in Chrome. Some problems 1) "Matches" clause doesn't recognize chrome-extension 2) Extensions can't be activated through chrome-ui? Is there some way to easily activate my extension if I want to use it through an "internal/local url"? Thanks, Ilkka --~--~---------~--~----~------------~-------~--~----~ Chromium Discussion mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-discuss -~----------~----~----~----~------~----~------~--~---
