The tag has no wiki summary.

learn more… | top users | synonyms

-1
votes
1answer
1k views

How to add elements to web page from Firefox extension

I'm going to develop a Firefox extension which should put a button in the loaded pages, when the tag: <input type="file" ... > is found and a file has been selected. Likewise, I think the skype ...
1
vote
3answers
479 views

Packaging NPAPI plugins into firefox add-ons

I'm trying to package up an npapi into a firefox add-on I'm writing. If i have the plugin installed into ~/Library/Internet Plug-ins/ it all works correctly, but i cant get it to install with the ...