Just finished my first extension to remove underlines from links- took
about 10 minutes to do from scratch, nice of google to make it easy
for us :)

But 2 questions:
In the manifest.json, there is a content_script match tag.  The docs
say to use http://*/* and https://*/* as well as any specific
subtypes.  But I notice in a lot of links they are just in the
'someaddress.com' instead of 'http://someaddress.com'.  What is a
robust pattern to match all pages?  I tried "*" and it didn't like
it.  Can I do this?

Second question, is it does not appear the extensions gallery is up,
is there somewhere I can put this crx file for others to download
(even though its almost as fast to do it themselves?)
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Chromium-extensions" group.
To post to this group, send email to chromium-extensions@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