Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Briskine/briskine
Write faster with templates and keyboard shortcuts.
https://github.com/Briskine/briskine
briskine chrome-extension edge-extension extension firefox-addon gmail gorgias-templates linkedin opera-extension outlook safari-extension templates text-expander
Last synced: 3 months ago
JSON representation
Write faster with templates and keyboard shortcuts.
- Host: GitHub
- URL: https://github.com/Briskine/briskine
- Owner: Briskine
- License: gpl-3.0
- Created: 2013-03-29T11:33:24.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2024-05-10T08:19:56.000Z (9 months ago)
- Last Synced: 2024-05-10T09:33:51.379Z (9 months ago)
- Topics: briskine, chrome-extension, edge-extension, extension, firefox-addon, gmail, gorgias-templates, linkedin, opera-extension, outlook, safari-extension, templates, text-expander
- Language: JavaScript
- Homepage: https://www.briskine.com/
- Size: 66.3 MB
- Stars: 103
- Watchers: 16
- Forks: 22
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#
> Text expander for the web
Write emails faster. Create text templates and insert them with shortcuts on any website.
Visit the [Briskine website](https://www.briskine.com/).
## Development
* Install [Node.js](https://nodejs.org/en/) and [npm](https://www.npmjs.com/).
* Run `npm install` to install all dependencies.The following commands are available:
* `npm start`
Development mode. Creates development manifest, watches files and recompiles them automatically.
The build is placed in `/ext`.* `npm run build`
Build extension and compress it as a zip file. The built extension is in `/ext`, and the zip file is in `/build`.
* Append `-- safari` to any command to build the Safari version. (eg. `npm run build -- safari`).
* Append `-- manifest=2` to any command to build the Manifest v2 version. (eg. `npm run build -- manifest=2`).## Help Center
Visit our [Help Center](https://help.briskine.com/) for more details about templates, variables, and more.
## License
The Briskine browser extension is licensed under the [GPL-3.0 license](/LICENSE).