github1s Linker
Inserts a direct link to github1s in gitHub repos
Co to jest github1s Linker?
github1s Linker to rozszerzenie Chrome opracowane przez fschipp.fs, a jego główną funkcją jest „Inserts a direct link to github1s in gitHub repos”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia github1s Linker
Pobierz pliki rozszerzeń github1s Linker 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
Adds a simple link in the top right on github repositories. This makes opening github1s links much easier and saves typing in the address bar. Code is open source at https://github.com/samtun/github1s_linker
Podstawowe informacje o rozszerzeniu
Nazwa | github1s Linker |
ID | aghoglkmbagjidbhfdcgmonhgdcbjjgf |
Oficjalny URL | https://chromewebstore.google.com/detail/github1s-linker/aghoglkmbagjidbhfdcgmonhgdcbjjgf |
Opis | Inserts a direct link to github1s in gitHub repos |
Rozmiar pliku | 7.93 KB |
Liczba instalacji | 120 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2021-03-24 |
Data Publikacji | 2021-03-20 |
Deweloper | fschipp.fs |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "github1s Linker", "description": "Inserts a direct link to github1s in gitHub repos", "version": "1.0", "manifest_version": 3, "content_scripts": [ { "matches": [ "https:\/\/github.com\/*" ], "js": [ "add_button.js" ] } ], "icons": { "16": "images\/icon16.png", "24": "images\/icon32.png", "32": "images\/icon64.png", "64": "images\/icon128.png" } } |