Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eyedeekay/tassel
Template project for adding bookmarks to a web browser via a WebExtension. Fork it, change the json file, get it signed and self-distribute.
https://github.com/eyedeekay/tassel
bookmarks firefox webextension
Last synced: 21 days ago
JSON representation
Template project for adding bookmarks to a web browser via a WebExtension. Fork it, change the json file, get it signed and self-distribute.
- Host: GitHub
- URL: https://github.com/eyedeekay/tassel
- Owner: eyedeekay
- License: cc0-1.0
- Created: 2022-10-19T19:30:59.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-19T21:51:59.000Z (over 2 years ago)
- Last Synced: 2024-11-09T03:37:53.238Z (3 months ago)
- Topics: bookmarks, firefox, webextension
- Language: HTML
- Homepage: https://eyedeekay.github.io/Tassel/
- Size: 54.7 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tassel
Tassel is a template project for adding bookmarks to a browser in an updatable,
invisible way. It's called "Tassel" because it's designed to be unobtrusive and
attached to a browser to provide bookmarks, sort of like those ribbons you
sometimes find in old encyclopedias and stuff.## Usage
This tool will be useful to you if you want to automate bookmark distribution.
To use it:1. Start by forking this project.
2. Open the `config.sh` file in your choice of text editor and change the values
to reflect those used by your project or organization. These will be added to
the manifest.json and are important for your organizational needs.
3. Open the `bookmarks.json` and change the `Directory` field to the directory
name where you want to place bookmarks.
4. In the `bookmarks.json` file, add the bookmarks you want to the `bookmarks[]`
array. You can add any valid `bookmarks.createDetails` object.
5. Run `make.sh` to generate a `${TASSEL_NAME}.zip` file which is ready for submission
to `addons.mozilla.org`