browser-extension

Implementation samples of Pluggable MIME Filter (preferably in C#)?

Anyone know of a good sample implementation of a Pluggable MIME Filter for IE, preferably implemented in C#? Or of a pluggable protocol handler? thanks! So far I have found This SO question with sample code this sample: http://www.bsalsa.com/forum/showpost.php?p=3031&postcount=4 (which is briefly documented here) (both from the...

UnauthorizedAccessException in ComRegisterFunction when accessing registry on Win 7 64.

I have a [ComRegisterFunction] that I am using to register a BHO Internet explorer extension. During registration on 64-bit windows 7 machines, a UnauthorizedAccessException is thrown on the call to subKey.SetValue("NoExplorer", 1). The registry appears to have BHO's located @ \HKLM\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersio...

How should a web developer approach building a Browser toolbar ?

I am a web developer looking to build a browser extension. What is the best way to build browser extensions using web technologies (HTML, Javsacript, etc). We are targeting IE and Firefox only. Can IE browser toolbars be created using HTML/Javascript? ...

How do I save specific responses from webservers in my local computer

Hi, I have been asked to write to save the data in some secure place after certain task is completed by a client. Here my client has alot of staffs who makes data entry in online forms provided by some different vendors. After some steps the entered data generates some results. i.e after submitting the web form. Now he wants the genera...

REST development plugin for browser with all HTTP methods

Is there a plugin for any web browser which gives you a GUI to perform PUT's, DELETE's etc? I've written a navigable REST app, and I would like to be able to poke around a bit with my browser to try it out and to demo the API, but since they all lack DELETE and PUT it becomes cumbersome. ...

Write once run anywhere browser plugin tool/framework/language?

I'm looking to create a browser plugin which would run in all of the major browsers, the only problem is that it seems I have to re-create the plugin in every browser. Is there some tool or framework or language I can write a plugin with where it will automatically work on all major browsers? All I need the button to do is scrape webpa...