I have anextension in which I's like to grab HTML, etc. from a view-
source: URL:

E.G. view-source:http://google.com

I tried adding view-source: to permissions in my manifest (a couple
different ways):

  "permissions": [
    "tabs", "http://*/*";, "https://*/*";, "view-source:http://*/*";,
"view-source:https://*/*";, "view-source:*", "view-source:"
  ],

... anyone figure this out? Or have a link to documentation I've
missed?

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