github1s Linker
Inserts a direct link to github1s in gitHub repos
Co je github1s Linker?
github1s Linker je rozšíření Chrome vyvinuté fschipp.fs, a jeho hlavní funkcí je „Inserts a direct link to github1s in gitHub repos“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření github1s Linker
Stáhněte si soubory rozšíření github1s Linker ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | github1s Linker |
ID | aghoglkmbagjidbhfdcgmonhgdcbjjgf |
Oficiální URL | https://chromewebstore.google.com/detail/github1s-linker/aghoglkmbagjidbhfdcgmonhgdcbjjgf |
Popis | Inserts a direct link to github1s in gitHub repos |
Velikost souboru | 7.93 KB |
Počet instalací | 120 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2021-03-24 |
Datum Vydání | 2021-03-20 |
Vývojář | fschipp.fs |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" } } |