Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ndbaker1/tsugi
site-agnostic show tracking extension
https://github.com/ndbaker1/tsugi
Last synced: 7 days ago
JSON representation
site-agnostic show tracking extension
- Host: GitHub
- URL: https://github.com/ndbaker1/tsugi
- Owner: ndbaker1
- Created: 2024-02-11T10:22:20.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-04T02:32:02.000Z (8 months ago)
- Last Synced: 2024-04-04T03:33:54.948Z (8 months ago)
- Language: TypeScript
- Homepage:
- Size: 103 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Tsugi
A site-agnostic show tracking extension
tsugi meaning "next"
## ⚒️ Building
to build the extension and load it locally, run
```bash
npm install
npm run build
```This will output the extension content into a folder named `build`, which is
ready to be loaded into chrome on the `chrome://extensions` page.If it's too much of a chore to clone the project locally, you can always open up
a github codespace, build it, then download the folder onto your
machine 👏