Questions tagged [xpi]

XPI(Cross Platform Installer) is a file extension most commonly used to identify Firefox addons.

XPI is a compressed package which uses the ZIP file format. It is used across multiple Mozilla platforms to bundle XULRunner applications, themes, and extensions.

References

94 questions
0
votes
1 answer

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.
Sara
  • 585
  • 7
  • 12
  • 22
-1
votes
1 answer

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: // Yosy My code is still running but this error is…
Yosi
  • 2,936
  • 7
  • 39
  • 64
-1
votes
1 answer

Firefox - The add-on could not be installed because it appears to be corrupt

I am trying to create an add-on for firefox which would bypass the server side authentication while logging into a website. However, after creating the zipped .xpi file (containing manifest.json and webrequest.js files), when I try to add it on…
-1
votes
1 answer

Download xpi files in PHP

I'm working on project that should create link to download xpi file. T his is my php code to download file: $fileName = 'file.xpi'; $size = filesize($fileName); $fp = fopen($fileName, "rb"); $content = fread($fp,…
MajidRamzi
  • 438
  • 2
  • 4
  • 12
1 2 3 4 5 6
7