Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hswolff/github-favorites
Chrome extension that allows you to favorite GitHub repos to save for later instead of adding them to your watch list.
https://github.com/hswolff/github-favorites
Last synced: 11 days ago
JSON representation
Chrome extension that allows you to favorite GitHub repos to save for later instead of adding them to your watch list.
- Host: GitHub
- URL: https://github.com/hswolff/github-favorites
- Owner: hswolff
- Created: 2012-03-28T03:19:31.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2017-03-28T14:00:30.000Z (over 7 years ago)
- Last Synced: 2024-04-15T03:04:18.247Z (7 months ago)
- Language: JavaScript
- Homepage: https://chrome.google.com/webstore/detail/kfhdalekdpifhlndhcdnjgjoefiajefc
- Size: 248 KB
- Stars: 39
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
GitHub Favorites
====*Note: this was built before Stars were a native feature of GitHub. As a result of that feature it made this extension no longer necessary. It's no longer actively maintained, but happy to still take PRs.*
Do you like GitHub? Do you like following repos? Is your GitHub stream noisy from highly active repos? Then this Chrome Extension is for you!
This little extension for Google Chrome adds a **Favorite** button right next to the **Watch** button. When you hit that button it adds that repo to the folder 'GitHub Favorites' in your Bookmarks. If you want to remove the bookmark just hit the **Favorite** button again!
Simple, easy, clean, fun!
This was a weekend project that bled into the week. Why did it take so long? Life got in the way. Damn you life! Welcome Chrome Extension!
Hope you enjoy =)
Version Notes
====1.4 - Manifest 2, All Systems Go
* Updated extension to use [Chrome Manifest Version 2](http://developer.chrome.com/extensions/manifestVersion.html)
1.3.1 - Little fixter
* Fix selector after GitHub notifications update
1.3 - Little tweakster
* Adds (limited) support for international users (thanks @svengiegerich !)
* Now searches your entire Bookmarks to decide if a repo has been favorited
* Adds a `Title` attribute to Favorite button with the folder the favorite lives in
* Code refactor and improvements - more DRY! Yay!1.0 - Initial Release!
* Can favorite repos
* Can un-favorite repos
* It works :o