Forks Diff Counter for GitHub
This extension will show commits behind and ahead for every fork.
Wat is Forks Diff Counter for GitHub?
Forks Diff Counter for GitHub is een Chrome-extensie ontwikkeld door https://giacomoferretti.com, en de belangrijkste functie is "This extension will show commits behind and ahead for every fork.".
Extensie Screenshots
Download het CRX-bestand van de extensie Forks Diff Counter for GitHub
Download Forks Diff Counter for GitHub-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Forks Diff Counter for Github This extension will show you commits behind and ahead for every fork in the network page of GitHub.
Basisinformatie over de Extensie
Naam | Forks Diff Counter for GitHub |
ID | eencojgimolmahmdfpnfbcldppmlokfg |
Officiële URL | https://chromewebstore.google.com/detail/forks-diff-counter-for-gi/eencojgimolmahmdfpnfbcldppmlokfg |
Beschrijving | This extension will show commits behind and ahead for every fork. |
Bestandsgrootte | 16.28 KB |
Aantal Installaties | 81 |
Huidige Versie | 1.2.4 |
Laatst Bijgewerkt | 2023-08-11 |
Publicatiedatum | 2020-04-30 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | https://giacomoferretti.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/giacomoferretti/forks-diff-chrome |
Help Pagina-URL | https://github.com/giacomoferretti/forks-diff-chrome |
Ondersteunde Talen | 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" ] } ] } |