https://github.com/upfluence/signr-chrome
https://github.com/upfluence/signr-chrome
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/upfluence/signr-chrome
- Owner: upfluence
- Created: 2015-08-07T21:55:40.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-01-29T09:31:24.000Z (over 10 years ago)
- Last Synced: 2025-01-26T14:11:17.251Z (over 1 year ago)
- Language: CoffeeScript
- Size: 120 KB
- Stars: 0
- Watchers: 14
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Signr chrome plugin
### How to install ?
Easy:
* Just download the latest release [HERE](https://github.com/upfluence/signr-chrome/releases)
* Open chrome extensions page `chrome://extensions`
* Drag n drop dowloaded file (signr-chrome.crx)
### How to release a new version ?
Still easy :
* make sure you have hub command line tool and crxmake command line utilities setup and available in your `$PATH`.
* Get the .pem file and put it into the ./contrib directory (./contrib/signr-chrome.pem)
* increment version in manifest.json
* create a new release by using `gulp release`