Easy extension development
-
Tuesday, April 03, 2012 7:24 AM
Hi,
I would like to know if there are plans (or if it's planned) to have any method to easily create Internet Explorer extensions as Chrome, Firefox or Safari have.
I have knowledge regarding C++, C#, etc... but for an easy task, I think it's much easier if IE could provide a simple system to have some content scripts and add functionalities to the browser. Just some JS code (on the extensions developer side) would be enough! Is there anything ready on the field?
Thanks for the info :)
All Replies
-
Tuesday, April 03, 2012 12:50 PM
Dani Baeyens wrote:
I have knowledge regarding C++, C#, etc... but for an easy task, I think it's much easier if IE could provide a simple system to
have some content scripts and add functionalities to the browser. Just some JS code (on the extensions developer side) would be
enough! Is there anything ready on the field?See if this helps:
http://en.wikipedia.org/wiki/Greasemonkey#Equivalents_for_other_browsers
Igor Tandetnik
- Proposed As Answer by Jesse JiangMicrosoft Contingent Staff, Moderator Friday, April 06, 2012 7:17 AM
- Marked As Answer by Jesse JiangMicrosoft Contingent Staff, Moderator Thursday, May 03, 2012 3:27 AM
-
Thursday, April 05, 2012 7:34 PM
Kango allows creating extensions for IE using JavaScript and supports content scripts.- Marked As Answer by Jesse JiangMicrosoft Contingent Staff, Moderator Thursday, May 03, 2012 3:27 AM
-
Saturday, April 07, 2012 12:01 PM
Hi,
I would like to know if there are plans (or if it's planned) to have any method to easily create Internet Explorer extensions as Chrome, Firefox or Safari have.
I have knowledge regarding C++, C#, etc... but for an easy task, I think it's much easier if IE could provide a simple system to have some content scripts and add functionalities to the browser. Just some JS code (on the extensions developer side) would be enough! Is there anything ready on the field?
Thanks for the info :)
There's an open source project called Fire Breath which allows you to write a Plugin for IE and NPAPI from a single codebase.
- Marked As Answer by Jesse JiangMicrosoft Contingent Staff, Moderator Thursday, May 03, 2012 3:27 AM


