GitXplorerGitXplorer
e

extension-builder

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
18e648fb2f72bcd329fb600f063cb027a2310d15

DOC: Added README

eelieux committed 10 years ago
Unverified
b420b285295dfbf8619096ae5c93c14a6cf61a5d

- added support for NEX (Opera 15+)

eelieux committed 10 years ago
Unverified
c783639b3260a5e15b0a6c2cbc821d6a445baad5

- fix for invalid pattern in XPI

eelieux committed 11 years ago
Unverified
861879714f8881cb4620125acad556357187ba7a

- extension_builder r1

eelieux committed 11 years ago

README

The README file for this repository.

Extension Builder

A tool to create native browser extensions. Currently supports:

  • OEX: Opera 11,12
  • NEX: Opera 15+
  • CRX: Chrome, Chromium
  • XPI: Firefox 21+
  • user JS: various browsers, perhaps with the help of *Monkey extensions

The tool is working, but the developer uses it only for one project, so it may not suit the needs of your project.

Usage

Create a build.json file in your project directory, point it at your files and then run the build.php script. You should get all the compiled files in the output directory.