extension-dev-tools
extension-dev-tools copied to clipboard
Tools to ease development and deployment of browser extensions
This repository contains tools to ease the development and deployment of browser extensions. Most tools are shell scripts (Bash) or functions, directly usable on Linux and Mac.
If you're using Windows, you need to install Cygwin or Gnu On Windows.
Author: Rob Wu [email protected] (https://robwu.nl/).
Website: https://github.com/Rob--W/extension-dev-tools
Usage
The documentation for each browser can be found in the separate subdirectories.
The easiest way to integrate this set of tools in your environment is by adding
the following line to your .bashrc:
source path/to/extension-dev-tools/bashrc
Chrome
- See
chrome/README.mdfor details.
Firefox
- Quick start: Create a file or symlink at
firefox/codesigning.pem - See
firefox/README.mdfor details.
Safari
- Quick start: Create a directory or symlink at
safari/certs - See
safari/README.mdfor details.
Opera
Internet Explorer
Maxthon
- See
maxthon/README.mdfor details.