There's nothing new in this package but it's all just a little neater and easier to install.
With my new PC I had to re-install all the IE menu extensions. The old registry files were a bit outdated and so I thought I may aswell bundle the whole lot together and make a .inf installer for them.
Anyway here's a link to them: Download IE menu extension bundle
-
Immediate Window - This creates a window in the page which you can use to issue javascript commands to that page.
-
Open Frame in New Window - this will allow you to open an embedded IFrame or Frame into a new window, for heavily framed sites it's invaluable.
-
View Full Source - this allows you to view the source that IE is using rather than that downloaded - so for example if you have a DHTML application then this will show you the client side created elements.
-
Show Form - this sets the border on a form so you can see what controls appear where in a form. Used in conjuction with the Hidden input bookmarklet it's very useful.
-
Show Parent Tag - is used to find out what element is under the cursor and the attributes of that element for example: what script runs on the onclick event
-
Toggle Border - is the Richard Birkby inspired extension the difference is that the styles applied are slightly different.
-
Toggle Image Border - the same as above only sets the border up on the image, useful for finding those annoying little spacer gifs.
- Document Examiner - Useful for analysing the structure and properties on elements.