Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/d4nyll/tig
Firefox extension that allows you to tag web pages with a color and some text
https://github.com/d4nyll/tig
bookmark firefox-extension hackoberfest tagging tags webpages
Last synced: 7 days ago
JSON representation
Firefox extension that allows you to tag web pages with a color and some text
- Host: GitHub
- URL: https://github.com/d4nyll/tig
- Owner: d4nyll
- Created: 2020-12-25T19:25:18.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-25T19:31:47.000Z (about 4 years ago)
- Last Synced: 2024-11-15T08:46:11.832Z (2 months ago)
- Topics: bookmark, firefox-extension, hackoberfest, tagging, tags, webpages
- Language: JavaScript
- Homepage: https://addons.mozilla.org/en-US/firefox/addon/tig/
- Size: 188 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# `tig`
`tig` is a Firefox extension that allows you to tag pages with a color and some text.
`tig` may be useful for tagging pages in:
- Large documentation sites as:
- Read (green)
- Reading (yellow)
- Unread (red)
- Revision sites as:
- Mastered (green)
- Learnt (yellow)
- Need Help (orange)
- Not Learnt (red)## Development
### Testing Locally (on Firefox)
1. Open the `about:debugging` page
2. Click **This Firefox**
3. Click **Load Temporary Add-on**
4. Select _any_ file in your extension's directory### Building
```
$ npm init
$ npm install
$ npm run build
```