Forks Diff Counter for GitHub
This extension will show commits behind and ahead for every fork.
Vad är Forks Diff Counter for GitHub?
Forks Diff Counter for GitHub är en Chrome-tillägg utvecklad av https://giacomoferretti.com, och dess huvudfunktion är "This extension will show commits behind and ahead for every fork.".
Tilläggsskärmbilder
Ladda ner Forks Diff Counter for GitHub-förlängningens CRX-fil
Ladda ner Forks Diff Counter for GitHub-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Forks Diff Counter for Github This extension will show you commits behind and ahead for every fork in the network page of GitHub.
Grundläggande Information om Tillägg
Namn | Forks Diff Counter for GitHub |
ID | eencojgimolmahmdfpnfbcldppmlokfg |
Officiell webbadress | https://chromewebstore.google.com/detail/forks-diff-counter-for-gi/eencojgimolmahmdfpnfbcldppmlokfg |
Beskrivning | This extension will show commits behind and ahead for every fork. |
Filstorlek | 16.28 KB |
Antal Installationer | 81 |
Aktuell Version | 1.2.4 |
Senast Uppdaterad | 2023-08-11 |
Publiceringsdatum | 2020-04-30 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | https://giacomoferretti.com |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/giacomoferretti/forks-diff-chrome |
Hjälpsida URL | https://github.com/giacomoferretti/forks-diff-chrome |
Stödda Språk | 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" ] } ] } |