On Mon, Nov 2, 2009 at 6:33 AM, Erik Kay <[email protected]> wrote: > > On Sun, Nov 1, 2009 at 8:51 PM, Nicros <[email protected]> wrote: >> >> If I wanted to create a very small extension to remove underlines from >> links- would I be able to actually -use- the extension in a practical >> way? Meaning, can I install my own extensions and use them? > > Yes. You can package it up locally on your machine and install it yourself.
http://code.google.com/chrome/extensions/packaging.html Also, Nicros, note that you don't even need JavaScript for that extension. You can use a content script that only contains CSS. See the "css" key here: http://code.google.com/chrome/extensions/content_scripts.html#registration - a --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Chromium-extensions" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/chromium-extensions?hl=en -~----------~----~----~----~------~----~------~--~---
