Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gabrielgodoy-zz/github-stars-manager
Chrome extension that allows you to manage your Github stars with tags, and to create a bookmark folder with all your stars organized by the tags you created
https://github.com/gabrielgodoy-zz/github-stars-manager
bookmark chrome chrome-browser extension github-stars javascript js storage
Last synced: 10 days ago
JSON representation
Chrome extension that allows you to manage your Github stars with tags, and to create a bookmark folder with all your stars organized by the tags you created
- Host: GitHub
- URL: https://github.com/gabrielgodoy-zz/github-stars-manager
- Owner: gabrielgodoy-zz
- License: mit
- Created: 2017-01-16T07:21:43.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-24T02:16:18.000Z (over 6 years ago)
- Last Synced: 2024-08-02T02:15:29.939Z (3 months ago)
- Topics: bookmark, chrome, chrome-browser, extension, github-stars, javascript, js, storage
- Language: JavaScript
- Homepage:
- Size: 190 KB
- Stars: 214
- Watchers: 5
- Forks: 12
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
![Github Stars Manager](./logo.png)
This extension allows you to organize your Github stars with tags.
You can then export those tags that you created to bookmarks in your Chrome browser or to a JSON file.
## Installation
You can download the extension [here](https://chrome.google.com/webstore/detail/github-stars-manager/epooeampfghdkampjnocabjniefmnkab)
![Github Stars Manager](./howtouse.jpg)
✨ Now you can also manage your tags inside the custom tag page ✨
### Storage
The extension uses [storage.sync](https://developer.chrome.com/extensions/storage#property-sync) from Chrome API. The stored data of your github stars will **automatically be synced to any Desktop Chrome browser** that you are logged into, provided that you have sync enabled.
## License
[MIT License](https://gabrielgodoy.mit-license.org/license.html) @ [Gabriel Godoy](https://github.com/gabrielgodoy)