Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/64j0/extensions_chrome
My Google Chrome extensions
https://github.com/64j0/extensions_chrome
extensions-chrome javascript
Last synced: 2 days ago
JSON representation
My Google Chrome extensions
- Host: GitHub
- URL: https://github.com/64j0/extensions_chrome
- Owner: 64J0
- Created: 2020-04-24T18:21:31.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-16T19:36:00.000Z (11 months ago)
- Last Synced: 2023-12-16T20:24:15.521Z (11 months ago)
- Topics: extensions-chrome, javascript
- Language: JavaScript
- Homepage:
- Size: 120 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Extensions for Google Chrome
Using browser extensions we have a simple mechanism to extend this tool's features and behaviors. This repository holds the code I'm using to create some useful extensions in my perspective.
## Already made:
* TODO list (🍎 this one has been published, take a look: Link to the extension's page);
## Useful commands:
```bash
# run eslint
npx eslint --fix Local-TO-DO/# create a zip
zip -r .zip /
```