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: about 1 year 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 (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-05-24T02:16:18.000Z (about 8 years ago)
- Last Synced: 2024-11-01T10:35:12.779Z (over 1 year ago)
- Topics: bookmark, chrome, chrome-browser, extension, github-stars, javascript, js, storage
- Language: JavaScript
- Homepage:
- Size: 190 KB
- Stars: 215
- Watchers: 5
- Forks: 12
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README

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)

✨ 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)