"Full Source" IE Extension
ThunderMain - IT just works
"Full Source is an Internet Explorer menu extension which displays the source Internet Explorer is displaying, directly from the Internet Explorer object model. This is useful wherever javascript is dynamically writing HTML into the DOM, or where XSLT has been used to generate HTML.
To install, simply unzip the two files, then right click on the .inf file and choose 'Install'. This will copy the .html file into the Windows directory and register the extension in the Registry. You will need to restart Internet Explorer to see the menu extension."
This is pretty cool. Not only the feature in the extension, but how the extension was implemented.
This "Full Source" IE Extension is made up of just two files. One INF to install it and one html file. It's cool example for others who want to extend IE without writing DLL's, etc.
Both the INF and HTML files are pretty short, with about 40 lines total. They both can act as a great starting point for your own IE Extension.... ;)
While you're there, make sure you check out the Resources page. There are additional browser extensions, C# samples (Shell Extension and Explorer Column Handler) and more. This is also where I picked up the Microsoft Downloads RSS Feed...
(via JOPX on SharePoint, MCMS, Office 2003 and SOA - Full Source - Internet Explorer extension
1 comment:
Post a Comment