The extension-development tag has no wiki summary.
44
votes
7answers
4k views
Developing Internet Explorer Extensions?
So..after developing a few Firefox & Chrome extensions, I've decided to try and expand my skillset by developing an Internet Explorer extension in C#. I went into it thinking it wouldn't be too ...
5
votes
3answers
281 views
Deploying IE9 extension
I'm looking at developing an IE9 extension (using the following as a reference Developing Internet Explorer Extensions?) and I'm wondering how I am going to deploy it.
Both Firefox and Chrome have a ...
1
vote
0answers
158 views
Making IE9 Extension button pulse
I am wanting to make an IE9 extension where I add an icon to the toolbar.
When I detect a given element on the page (lets say flash content) I want the icon to become enabled and have its color ...
1
vote
2answers
1k views
How to create sockets in google chrome extension?
I created small hello world extension for google chrome http://code.google.com/chrome/extensions/getstarted.html. I need to use sockets in extension for peer to peer communication using UDP. Is there ...
0
votes
1answer
250 views
Can chrome.contextMenus.update be used to disable a menu item?
I'm developing a Google Chrome extension that makes heavy use of the context menu, and I would like to make certain menu items available only on some domains.
Currently, I am using ...
0
votes
2answers
639 views
Detecting Google Chrome Browser Extensions
I was looking for a way to detect the browser extension I am building from my website and I need to alert my users in-case they are viewing my site without it. I have been able to do this in firefox, ...