The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
4answers
3k views

How to avoid the (Author not verified) message when installing a Firefox XPI file

What do I need to do to avoid the "Manual Install" in Firefox for a Plugin and where do I have to go or what do I have to do to avoid the (Author not verified) message when downloading a Plugin. ...
3
votes
1answer
152 views

Updating a XPI to be compatible with FF 4.0?

An extension that I wrote stopped working as the user base started migrating to Firefox 4 and now I'm trying to find ways to update it to be compatible. I've read thru the various blog posts / pages ...
2
votes
3answers
2k views

Is it possible to decode a Firefox addon from XPI to XUL?

Is it possible to decode a firefox addon from the XPI binding format to the native language XUL? I am just trying to learn how to make a addon. So, I think if I can decode a Firefox addon then I can ...
2
votes
2answers
603 views

Intercepting mouse over href from Firefox extension

How can I know the url under the mouse cursor from a firefox extension? I need to interact with the href from within the overlay.js file. I'd want a lightweight solution, for example I don't want ...
2
votes
2answers
480 views

Build XPCOM Mozilla Sample Component

I'm trying to build the XPCOM component available here: http://mxr.mozilla.org/mozilla-central/source/xpcom/sample/ I tried to compile it with my own Makefile, so that this component could be ...
2
votes
1answer
490 views

Invoke a java method from a Thunderbird Extension

I want to make a thunderbird extension. So the first question is where to get started. Can you point me to some sample extensions in which I can plug in my code? This will significantly reduce the ...
2
votes
1answer
348 views

Tutorial for Simplistic Firefox Addon

Anyone know of a short tutorial where I can build a simplistic Firefox addon? I'm needing to see how to: build the XPI file make it have an on/off toggle menu when on, make it login to a site, wait ...
2
votes
0answers
88 views

Make an installer for IE and firefox addons

I want to pack the xpi file into my IE addons installer. The IE addons installer is created by VS2010 I am no idea how to make a setup file for XPI (firefox addons) My addon is a toolbar.
1
vote
2answers
2k views

How to install a Firefox Addon with nsis

How can I install a Firefox addon via nsis installer? When I call Firefox with the .xpi extension it doesn't work and xpi extensions are not associated with Firefox either. If I drop it to ...
1
vote
1answer
642 views

localStorage doesn't save the data

I'm developing firefox extension and going to save local data in localStorage. So I testing my extension on local saved web page. window.content.localStorage.setItem('name', 'Hello World!'); And ...
1
vote
1answer
170 views

Mozilla XPCOM is not registered

I'm trying to build an extension for Firefox. This extension uses an XPCOM component (a C++ dll). I'm compiling the DLL, compilation is OK. The next step would be to use the component in Javascript ...
1
vote
2answers
778 views

Firefox ignores signature on successfully signed XPI - how to diagnose?

I've created a Firefox plugin, a Win32-native code DLL - using Firebreath. I'm working on Windows 7/x64, and targeting Windows only. The plugin itself is working well, but I'm really stuck getting a ...
1
vote
2answers
749 views

Adding add-on bar to a custom XULRunner application

On MDN, the phrase "Add-on Manager-enabled XUL application" is introduced. By dragging a XPI file containing an add-on and dropping it onto a FireFox window, the addon's widgets will be installed ...
1
vote
1answer
406 views

XPI extension with XPCOM

Does anybody knows how to make a XPI extension with XPCOM component? How can we install XPCOM component into Firefox?
1
vote
1answer
46 views

Failing to load overlay in xul application

I have a stand-alone xulrunner application, that needs extension to work properly. But after I install xpi file, my jsconsole is reporting me an error "Failed to load overlay from ...
1
vote
3answers
478 views

Packaging NPAPI plugins into firefox add-ons

I'm trying to package up an npapi into a firefox add-on I'm writing. If i have the plugin installed into ~/Library/Internet Plug-ins/ it all works correctly, but i cant get it to install with the ...
1
vote
2answers
186 views

Using OOP in firefox extension

I'm using classic OOP code from Mozilla var myExtension = { init: function() { // The event can be DOMContentLoaded, pageshow, pagehide, <b ...
1
vote
1answer
687 views

Firefox 4 - NPAPI plugin works with 3.6 now declared corrupt!

Can anyone help with packaging a simple NPAPI plugin so it is compatible with Firefox 4, we have a plugin that works fine in all previous versions of Firefox but when it is tried it on Firefox 4 Beta ...
1
vote
2answers
788 views

Turning a browser plugin into an XPI

I have a very old (1992) browser plugin for a mac that works in several different browsers. However, since Firefox restricted its plugins to XPI files in Firefox 3.6, the plugin no longer works. I ...
1
vote
4answers
1k views

Build firefox extension (XPI package) using Java servlets

I am trying to build a xpi file using Java servlet. If I return the xpi as a zip using the following code in the servlet - response.setContentType("application/zip"); ...
1
vote
0answers
88 views

How to sign in XPI file without use of Mozilla data store

We are signing xpi file using verisign certificate using NSS signtool. However this involves following steps export verisign pfx file to mozilla firefox Import this exported certificate into .crt ...
1
vote
0answers
116 views

How do I get a specific error for corrupt Firefox extensions?

Background: I'm working on an extension for Firefox and obviously made a mistake somewhere. This is my first extension, so I wouldn't be surprised if the problem ends up being something simple. The ...
1
vote
0answers
153 views

Firefox: How to export RSA private key from Mccoy database

Want to export private key from Mccoy database to use it with uhura. How can I do this? P.S. The answer is - start with the following command certutil.exe -K -d .
1
vote
0answers
106 views

how to install a xpi file in a stand xul app

i make a small xul app,and now i want install a xpi file in my application, my app just a window and a button ,i want click the button then run the extension how should i do ?
1
vote
0answers
62 views

Help! - Upadate Firefox3 Addon to Firefox4 [closed]

I know how to update the maximum ver. # in install.rdf, but after updating fx3 to fx4, I did the updating trick to the .xpi it installed but addon is enabled but not working (it means addon that want ...
1
vote
1answer
248 views

Wrapping a plugin inside an XPI

I have a plugin (coded with FireBreath) which is essentially a DLL that I normally register with regsvr32. I need to create a XPI FireFox extension that wraps this DLL and installs it (I am trying to ...
0
votes
2answers
687 views

Firefox custom extension installer

i am searching for hours now, a way that could allow me to install (optionally) a custom firefox extension along with my software installation package.. i can't find anything useful tho. Tried the ...
0
votes
4answers
2k views

How do you create a .XPI package on a mac

How do you create a .XPI package on a mac
0
votes
2answers
518 views

XPI signing linux no gui

I'm trying to sign an XPI on linux (no gui) using the NSS cert db (cert8.db and key3.db) i copied from another server of mine, on which I can sign XPI's just fine. On the new box I can sign with a ...
0
votes
1answer
327 views

Why are some Firefox extensions fully extracted in install directory and others not? [closed]

Looking in the Firefox extensions directory (See location of Firefox installed extensions), I see that some have .xpi files alone, but others have directories: ...
0
votes
1answer
346 views

Can't unzip and zip Firefox addon

I'm trying to make some changes to an old Firefox addon of mine (available here). The .xpi package there works. But when I literally just unzip and rezip it, it will still install, but the ...
0
votes
3answers
186 views

Are trial SSL certificates enough for signing the firefox extension file?

Good afternoon everyone! As you may know, many companies that sell SSL certificates offer free trial certificates (that usually expire in 30 or 50 days). StartCom is the exception - they give 1-year ...
0
votes
1answer
116 views

Exclude files or folders while cfx xpi - Firefox addon sdk

Is there any way to exclude a folder while creating an xpi file using cfx xpi. The documentation doesnt provide any info on this. I am asking this because in the directory created by cfx init i also ...
0
votes
1answer
398 views

XPI: create update.rdf for previous version

currently I have a new plugin for Firefox which has version 2.0.0 and both plugin and update.rdf available via HTTPS connection, but I also have plugin with version 1.1.6 written by previous developer ...
0
votes
1answer
318 views

Firefox Addons: Unable to open new page in document.popup

I have a firefox addon which opens a document.popup window. When I click a link within the popup, I want to call a javascript function which displays an alert within the popup itself. When I try ...
0
votes
2answers
952 views

How to distribute XPCOM component via XPI for FireFox 3?

I wrote an XPCOM component and an extension that uses it. XPCOM loads arbitrary DLL for its purposes. How can I include XPCOM and DLL into XPI package?
0
votes
1answer
44 views

Passing parameters to XPI on install

I am developing a xul based addon. I want to be able to pass a parameter to the addon when it is installed. I suppose basically something like this: var xpi= { "Extension": { URL : ...
0
votes
0answers
22 views

Global variable in Firefox extension without using SQL and mozIStorageService

How to store an integer value in firefox xpi-extension without using SQL, so it is not erased between sessions? I think, that mozIStorageService + sqlite or mysql/odbc is overhead for this task. ...
0
votes
0answers
138 views

Programmatically Analyze Network Traffic in a .xpi Firefox Extension

Does anyone know how to get access to the network traffic (requests and responses) caused by a document in a browser window from a xpi Firefox extension, programmatically? I'd like to use the ...
0
votes
1answer
273 views

How do use a FireBreath plugin in a FireFox Extension (.XPI)?

I have written a multiplat addon which has been tested under both Chrome and Firefox. The testing was done using the default html file Firebreath generates, installing the DLL via regsvr32. I would ...
0
votes
2answers
237 views

Installing Xpather for Firefox 10

I want to use Xpather with Firefox 10. When I try to install it, Firefox says Xpather could not be installed as it is not compatible.
0
votes
0answers
175 views

Install Firefox extension using registry

I'm working with a Firefox extension. So, when I add Firefox extension's XPI file manually, it worked. But I want to install it by using the registry. I researched so much and found the solution ...
0
votes
1answer
88 views

Hw to apply css just for desirable page

I'm writing the extension which will change layout of google in my browser (weird, yep). My script using external css file when browser shows google.com. And it works fine before I opening a new tag - ...
0
votes
1answer
62 views

What's the quick way to make my change of firefox plugin take affect in windows?

Now I have to restart whenever I modified a single line... Is there a way to make it refresh without restarting the firefox?
0
votes
2answers
1k views

Removing element from web page through firefox extension

I'm going to develop a firefox extension which adds a button beside the file input fields (the <input type="file"> tag) when a file is selected. The file overlay.js, which contains the ...
0
votes
1answer
443 views

Can anyone figure out how to update to flash_switcher.xpi to include Flash Player 10

I don't know anything about XPIs but I've searched through the install.rdf, *.js, and *.xul files and found no reference to an array of flash versions, so I cannot clearly see where the version list ...
-1
votes
1answer
1k views

How to add elements to web page from Firefox extension

I'm going to develop a Firefox extension which should put a button in the loaded pages, when the tag: <input type="file" ... > is found and a file has been selected. Likewise, I think the skype ...
-1
votes
1answer
113 views

not well formed error on first line in xpi

In my XPI I am fetching javascript code from the user's PC (file://) and run the js code in sandbox. For some reason I get not well formed error on the first line of my code which is a comment: ...