Questions tagged [ieaddon]

Internet Explorer add-ons add features to the browser, similar to Chrome extensions and Firefox plug-ins.

Internet Explorer add-ons add features (for example, extra toolbars, animated mouse pointers, stock tickers, and pop-up ad blockers) to the browser. Here is the user FAQ and gallery for such add-ons.

100 questions
0
votes
1 answer

Retrieving JavaScript function's parameters of every webpage through addon

I want to display javascript function's parameters of every webpage through my addon. the below javascript code is my addon code. i am using internal function hooking mechanism. hookEval = eval; eval = function (str) { console.log("evals "+str); …
Mmh
  • 399
  • 1
  • 5
  • 16
0
votes
1 answer

Uninstall/Clear IE ActiveX Addon programatically (win32)

I'm trying to clean up the traces left by an ActiveX IE Addon. The Addon (COM DLL) was installed using a cab file. Manually, IE -> Manage Add-ons -> open the addon and REMOVE is also not helping. It clears the addon from IE but registry traces are…
DebugBreak
  • 201
  • 3
  • 8
0
votes
1 answer

Creating add-ons for IE8/9

I have a task of "porting" Chrome browser extension to Intrenet Explorer add-on. However I have pretty much trouble even at start. In particular it's hard to fine any kind of general guide, start resource for this. Many links found here on SO are…
Petr Abdulin
  • 33,883
  • 9
  • 62
  • 96
0
votes
1 answer

Is It Possible to Disable a Particular IE Add-on When Visiting My Site?

I've been having a compatibility issue with the "Yontoo API" add-on from Yontoo LLC in Internet Explorer 9 (and probably 10). This is apparently a questionable add-on only available for IE (although it doesn't even register with IE) that deals with…
Scopace
  • 31
  • 6
0
votes
1 answer

Internet Explorer run-once resident JavaScript in addon

There is a such thing as "background page" in Chrome extensions. It allows to add a kind of run-once code for extension which also sits resident, and then access it from other pages like this: var backPage =…
Petr Abdulin
  • 33,883
  • 9
  • 62
  • 96
0
votes
0 answers

Java IE8 plugin

I would like to develop a Java ActiveX plug-in for Internet Explorer 8. The purpose of the application is to read data from the IE8 page which is currently open (in terms of JS, a few getElementById) and to form a mail message from it. Everything is…
Tomas P. R.
  • 159
  • 1
  • 7
0
votes
0 answers

IE8 addon, coded in javascript

I've made a small IE8 add-on, the button in the tools bar appears as it should be, but once it is clicked, gives error: Script: secret Line: 1 Char 8 Error: Expected ';' Code: 800A03EC Source: Microsoft JScript compilation error. The .js was saved…
Tomas P. R.
  • 159
  • 1
  • 7
0
votes
1 answer

Internet Explorer Toolbar issue

I'm developing an add-on toolbar for Internet Explorer based on pretty IE toolbar in c# .. But, while trying i found that this toolbar is getting showed up in File Browser also.. How to make it enabled(or Visible) only in Internet explorer....
Tirumudi
  • 423
  • 1
  • 4
  • 18
-1
votes
1 answer

Browser helper object not working properly

Am working on adding addon to IE11 (64bit) in windows7 and followed the below link Brwserhelperobject Iam able to see addon in my IE manage addon's but, iam not able to see message box. Can any one say what iam missing.
sowmya
  • 11
  • 7
-1
votes
2 answers

IE addon writen by C# can't run on some windows system

I write an IE addon by C# and .net 4.0. But it not run on most computers of clients. I setup this addon by following steps. install .net 4.0 add the addon dll to GAC by run .\NETFX 4.0 Tools\x64\gacutil.exe" /f /i Addon.dll Register dll to IE by…
ArchenZhang
  • 151
  • 2
  • 8
1 2 3 4 5 6
7