Forks Diff Counter for GitHub
This extension will show commits behind and ahead for every fork.
Co to jest Forks Diff Counter for GitHub?
Forks Diff Counter for GitHub to rozszerzenie Chrome opracowane przez https://giacomoferretti.com, a jego główną funkcją jest „This extension will show commits behind and ahead for every fork.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Forks Diff Counter for GitHub
Pobierz pliki rozszerzeń Forks Diff Counter for GitHub w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Forks Diff Counter for Github This extension will show you commits behind and ahead for every fork in the network page of GitHub.
Podstawowe informacje o rozszerzeniu
Nazwa | Forks Diff Counter for GitHub |
ID | eencojgimolmahmdfpnfbcldppmlokfg |
Oficjalny URL | https://chromewebstore.google.com/detail/forks-diff-counter-for-gi/eencojgimolmahmdfpnfbcldppmlokfg |
Opis | This extension will show commits behind and ahead for every fork. |
Rozmiar pliku | 16.28 KB |
Liczba instalacji | 81 |
Aktualna Wersja | 1.2.4 |
Ostatnia Aktualizacja | 2023-08-11 |
Data Publikacji | 2020-04-30 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | https://giacomoferretti.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/giacomoferretti/forks-diff-chrome |
Adres URL Strony Pomocy | https://github.com/giacomoferretti/forks-diff-chrome |
Obsługiwane Języki | 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" ] } ] } |