How to run XPI files without Firefox?

3

Is it possible to run SQLite Manager, or other XPI, outside Firefox?

Jader Dias

Posted 2011-07-05T01:04:35.800

Reputation: 13 660

Answers

4

There is the XULRunner project which aims to do this, but from my experience it's a pretty big pain in the butt to set up (I tried within the last month or so) and I never got it working myself.

Bacon Bits

Posted 2011-07-05T01:04:35.800

Reputation: 6 125

I did, but that was in a commercial context. You'd better ask on StackOverflow.com if you really want this. Besides, XULRunner is essentially the same as FireFox, so there is little benefit. In hindsight we too should have just used FF. – MSalters – 2011-07-05T08:31:17.747

5

Yes, there appears to be an alternative version that works outside the browser. For Mac and Windows. You can find it here.

SQLiteManager is a powerful database manager for sqlite databases, it combines an incredible easy to use interface with blazing speed and advanced features

XPI files themselves are:

Cross-Platform Installer Module (XPI) is a ZIP file used to install packages, utilizing the XPInstall technology. XPI modules (so called "Bundles") are employed to install a wide variety of software, including Plugins, Extensions, Themes, and Thunderbird dictionaries

(From the Mozilla Docs)

This is specific to the Gecko engine (used with many Mozilla Products) and thus, can only be handled it by for installation. They CAN be unpacked up 7z or some other archiving tools, but cannot be run outside of the Gecko engine.

Simon Sheehan

Posted 2011-07-05T01:04:35.800

Reputation: 8 641

That's not the same product. – Francois Botha – 2017-01-30T13:14:37.113