Tagged Questions
The xpi tag has no wiki summary.
4
votes
3answers
2k 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
120 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
373 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
1answer
222 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
1answer
300 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
2answers
455 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 ...
1
vote
1answer
16 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
76 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
1answer
49 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
2answers
135 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
0answers
63 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
55 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
111 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 ...
1
vote
1answer
153 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
551 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
480 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
775 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
2answers
1k 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 ...
0
votes
2answers
56 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 ...
0
votes
1answer
39 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
45 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 ...
0
votes
1answer
19 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
0answers
48 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 .
0
votes
1answer
150 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
0answers
62 views
XPI recognized as signed in FF3.0 and not in FF5.0
I have sign XPI using our certificate and thawte root certificate.
And found that XPI recognized as signed in FF 3.0 and didn't in FF4.0/5.0
What can cause this?
0
votes
2answers
277 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
1answer
229 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
1answer
206 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
3answers
109 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
4answers
1k views
0
votes
2answers
980 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
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 ...
0
votes
2answers
817 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
427 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 ...
0
votes
2answers
381 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 ...