Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
2answers
599 views

How to use firefox “hello world” sample extension?

I downloaded this firefox sample extension from mozilla.org, I modified the file install.rdf and changed maxVersion value to 3.6.10 (also tried 3.6.*, 100 and *) and I added a new sting with name ...
3
votes
2answers
429 views

Is there a way to override maxVersion check on a firefox extension?

Is there a way to override the use of maxVersion in firefox extensions so if a new firefox update comes out the extension will still work? I think this can be done by setting a new bool in ...
2
votes
0answers
393 views

Internet Explorer 9 addon development help

So I'm trying to write a toolbar for internet explorer 9, and I can't really find a good place to get started. I have a couple questions... 1) are IE9 toolbars written with C#, C++?, or Visual C++? I ...
2
votes
1answer
258 views

Detecting a browser addon using JavaScript or C#?

We are writing a website in C#, and we need to detect if the client's browser has a certain (custom developed) add-on installed. We have figured out a way how to do it when the client is using ...
2
votes
1answer
771 views

About file handling in Javascript on Linux

I'm developing an addon for Firefox browser. My addon is intended to work on Linux platform specifically. How can I handle a file in Javascript on Linux? I've Googled a lot on this and all I got was ...
2
votes
1answer
148 views

How to use jquery and jqueryui for Internet Explorer add-on creation?

As a hobby thing, I am trying to create Internet Explorer Add-on using this article Creating Add-ons for Internet Explorer: Customizing Menus. The above links describes two approaches: Using ...
2
votes
2answers
390 views

How do skype extensions for browsers actually work?

We have plans of developing a web application that will have to communicate with our locally running application. One of the possible options is using browser extensions. I was looking into how Skype ...
1
vote
2answers
46 views

How to capture the runtime html content/state with all styles applied and javascript removed

Shorter version of Question Is there any way to capture runtime html (current state of dom) with all styles applied /inlined of a dynamic(ajax/javascript) web page? Longer version What I would ...
1
vote
1answer
53 views

How to access developer tools (network log) from my extension

I'm writing an extension in Google chrome and Opera I need to watch for specific URLs loaded, when i type one url in the address bar. example: if i goto www.google.com, it will load couple of other ...
1
vote
2answers
81 views

how to set maximum version when creating a firefox addon xpi?

I'm trying to create an xpi package for a firefox addon through cfx tool. Once I ran "cfx xpi" command in the directory where my files are, an xpi package is generated. If I tried to install this ...
1
vote
0answers
55 views

Vimperator-like addon for Internet Explorer [closed]

Is there any vimperator-like addon for Intenet Explorer? I'm most interested in something like the 'QuickHint' mode (in which you press 'f' and an unique number is assigned to every visible link(and ...
1
vote
1answer
190 views

Building Android Webkit Plugins?

I have an application I built (based on OilCan) that modifies some popular webpages with basic enhancements. When I distribute it as a .apk, I can launch my new application called MyApp that emulates ...
1
vote
0answers
40 views

Supporting custom URL protocol on Mac/Linux

This article discusses how to register an application for a custom protocol on Windows but [how] can the same be achieved on Mac & Linux? And is this always an OS-level task or does it have to be ...
1
vote
1answer
112 views

How to create a sidebar for a browser add-on

I am developing a cross-browser extension (add-on) that sits on the right side of each page. Right now, I overlay the sidebar on top of each page. But I'd prefer to have it sit on the side of each ...
1
vote
0answers
39 views

Which PDF tool is the easiest to write scripts for?

I'm working on a project where I'm recording the mouse positions when someone is reading a pdf document. I tried Adobe because I heard it has a javascript console, but I had to pay for the ...
1
vote
1answer
160 views

firefox addon checking sqlite database on event

I'm doing firefox addon that has it's sqlite database mydb.sqlite. It's a database of my selected links and I have a load event for gBrowser. Now I would like to write a code that will check the ...
1
vote
2answers
567 views

Send selected text to url using context menu as Firefox add-on

I have been doing some hours of research and trial and error on this topic but can't seem to find a decent documentation or suggestions on how to get me started in the right direction. What I am ...
1
vote
2answers
42 views

Adding keyboard short-cuts to toolbar buttons in IE

Hii.. I have made a custom toolbar in IE. I would like to have keyboard shortcuts for the buttons of the same. Is it possible. Specifically I would like the toolbar options to be accessed by ...
1
vote
1answer
52 views

Firefox addon doesn't work when using % in menu label and tooltip

I am working on a firefox addon, and when I use % for a menu label and tooltip the addon doesn't work (doesn't show up on firefox). I am using the % in a .dtd file like this: <!ENTITY ...
0
votes
1answer
52 views

Communication between browser addon and C# application

Can anyone help me about my project?I'm trying to create an application using c# that will capture the Active URL of a browser and then scan it to a database for comparison. My 1st approach is to ...
0
votes
0answers
484 views

A malfunctioning or malicious add-on has caused Internet Explorer to close this webpage

Developing a web page for a client who intermittently receives "Internet Explorer has closed this webpage to help protect your computer. A malfunctioning or malicious add-on has caused Internet ...
0
votes
0answers
22 views

Tooltip inside jQuery

I'm developing a Firefox addon. In my addon I'm modifying body.innerHTML content. My extension searches city names and highlights them in addition to that I would like to display a tooltip window on ...
0
votes
0answers
104 views

Programmatically change IE proxy settings per HTTP request?

The question: Is it possible to execute code in IE7 before every HTTP request? The situation: Work PC forces IE7 (and only IE7). Work internet connection goes through proxy (several proxy servers are ...
0
votes
3answers
551 views

Firefox addon to find Unused CSS styles [closed]

Possible Duplicate: Tool to identify unused css definitions Lets say I have a page displayed in my browser and I have a .CSS file used on this page with rules like .class1{ /* some ...
0
votes
0answers
29 views

Developing extensions for the major browsers

To understand this question you will first need to read This Question That question was quickly closed for been "off topic" As I explained, I have already created a "content script" extension for ...
0
votes
0answers
98 views

CHALLENGE: Help create a cross-browser “Content Script” Extension boilerplate [closed]

I’m currently researching what it takes to create a “browser extension”, that will work on all major browsers. Chrome, Safari, Firefox, IE and Opera. Although browser extensions can get pretty ...
0
votes
1answer
114 views

How to catch clickable links clicks in Chrome extension?

I use content_scripts in chrome extension to catch the event of opening new site. But when i click on this site a link that redirects me to subsite the event is not fired. It's not usual site that ...
0
votes
1answer
35 views

what is the equivalent option for displaying a notificationbox in chrome extension like in firefox addon

I am developing extensions for a site for major three browsers (FF,Chrome,IE). I started with firefox and now working with chrome. I want to know how to implement an option like the firefox xul ...
0
votes
0answers
60 views

Cross Platform Addons

Hey, i am a novice dev. I wanna develop an add-on for Firefox and Chrome in both windows and mac platforms. So, how can i start with. So that i can reuse most of the code i have written. Few Queries ...
0
votes
1answer
29 views

How to detect connections made by the browser from a Firefox add-on?

I'm trying to develop an extension that detects every connection made by the browser to figure out the URLs being accessed. I know that this is possible via writing an HTTP/SOCKS proxy and configuring ...
0
votes
0answers
114 views

IE plug-in, change Html w\o user interaction

I am wondering, if there is any way to write a plug-in for IE(7\8\9), which would be able to change the html displayed in the browser and would not require user interaction(e.g. clicking context ...
0
votes
1answer
88 views

Updating IE Addon

Is it possible to get my Internet Explorer plugin to update itself without requiring a manual uninstall/reinstall using the .msi? I have been thinking of trying to do this programmatically but I am ...
0
votes
0answers
98 views

Mozilla addon mouse wheel link open

I have implement mouse click event as below. element.addEventListener('click', theApp.myclick , false); But, this event doesn't captured link open in mouse wheel and right click. Is the any other ...
0
votes
1answer
104 views

getting firefox chrome-window from XPCOM component

I am writing an XPCOM object that will like to access the main firefox window, and the open tabBrowsers. What is the interface that I should use ?
0
votes
1answer
252 views

I need to debug my BrowserHelperObject (BHO) (in C++ with Visual Studio 2008) after a internet explorer 8 crash in Release mode

here is the situation, i'm developping a Browser Helper Object (BHO) in C++ with Visual Studio 2008, and i learned that the memory wasn't managed the same way in Debug mode than in Release mode. So ...