Forks Diff Counter for GitHub
This extension will show commits behind and ahead for every fork.
Was ist Forks Diff Counter for GitHub?
Forks Diff Counter for GitHub ist eine Chrome-Erweiterung, die von https://giacomoferretti.com entwickelt wurde, und ihr Hauptmerkmal ist "This extension will show commits behind and ahead for every fork.".
Erweiterungsscreenshots
Forks Diff Counter for GitHub-Erweiterungs-CRX-Datei herunterladen
Laden Sie Forks Diff Counter for GitHub-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Forks Diff Counter for Github This extension will show you commits behind and ahead for every fork in the network page of GitHub.
Grundlegende Informationen zur Erweiterung
Name | Forks Diff Counter for GitHub |
ID | eencojgimolmahmdfpnfbcldppmlokfg |
Offizielle URL | https://chromewebstore.google.com/detail/forks-diff-counter-for-gi/eencojgimolmahmdfpnfbcldppmlokfg |
Beschreibung | This extension will show commits behind and ahead for every fork. |
Dateigröße | 16.28 KB |
Installationsanzahl | 81 |
Aktuelle Version | 1.2.4 |
Letztes Update | 2023-08-11 |
Veröffentlichungsdatum | 2020-04-30 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | https://giacomoferretti.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/giacomoferretti/forks-diff-chrome |
Hilfeseite URL | https://github.com/giacomoferretti/forks-diff-chrome |
Unterstützte Sprachen | 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" ] } ] } |