Forks Diff Counter for GitHub
This extension will show commits behind and ahead for every fork.
What is Forks Diff Counter for GitHub?
Forks Diff Counter for GitHub is a Chrome extension developed by https://giacomoferretti.com, and its main feature is "This extension will show commits behind and ahead for every fork.".
Extension Screenshots
Download Forks Diff Counter for GitHub Extension CRX File
Download Forks Diff Counter for GitHub 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
Forks Diff Counter for Github This extension will show you commits behind and ahead for every fork in the network page of GitHub.
Extension Basic Information
Name | Forks Diff Counter for GitHub |
ID | eencojgimolmahmdfpnfbcldppmlokfg |
Official URL | https://chromewebstore.google.com/detail/forks-diff-counter-for-gi/eencojgimolmahmdfpnfbcldppmlokfg |
Description | This extension will show commits behind and ahead for every fork. |
File Size | 16.28 KB |
Installation Count | 81 |
Current Version | 1.2.4 |
Last Updated | 2023-08-11 |
Publish Date | 2020-04-30 |
Rating | 5.00/5 Total 2 Ratings |
Developer | https://giacomoferretti.com |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/giacomoferretti/forks-diff-chrome |
Help Page URL | https://github.com/giacomoferretti/forks-diff-chrome |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_appName__", "version": "1.2.4", "description": "__MSG_appDescription__", "default_locale": "en", "icons": { "16": "icons\/icon.16.png", "32": "icons\/icon.32.png", "48": "icons\/icon.48.png", "64": "icons\/icon.64.png", "128": "icons\/icon.128.png" }, "content_scripts": [ { "matches": [ "*:\/\/github.com\/*" ], "js": [ "js\/main.js" ] } ] } |