Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        


Google Chrome's logo

# 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 /
```