Github BFF: Better Fork Finder
Alerts you when there is a more active fork of the Github repo you are viewing
What is Github BFF: Better Fork Finder?
Github BFF: Better Fork Finder is a Chrome extension developed by Sridatta Thatipamala, and its main feature is "Alerts you when there is a more active fork of the Github repo you are viewing".
Extension Screenshots
Download Github BFF: Better Fork Finder Extension CRX File
Download Github BFF: Better Fork Finder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | Github BFF: Better Fork Finder |
ID | mohkigeiagechfjbifdedgiicfhalipo |
Official URL | https://chromewebstore.google.com/detail/github-bff-better-fork-fi/mohkigeiagechfjbifdedgiicfhalipo |
Description | Alerts you when there is a more active fork of the Github repo you are viewing |
File Size | 36.44 KB |
Installation Count | 43 |
Current Version | 1.0 |
Last Updated | 2012-09-27 |
Publish Date | 2012-09-26 |
Rating | 4.17/5 Total 6 Ratings |
Developer | Sridatta Thatipamala |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Github BFF: Better Fork Finder", "version": "1.0", "manifest_version": 2, "description": "Alerts you when there is a more active fork of the Github repo you are viewing", "permissions": [ "https:\/\/github.com\/", "https:\/\/api.github.com\/" ], "content_scripts": [ { "matches": [ "https:\/\/github.com\/*\/*" ], "css": [ "style.css" ], "js": [ "jquery.min.js", "myscript.js" ] } ] } |