github1s Linker
Inserts a direct link to github1s in gitHub repos
Qu'est-ce que github1s Linker ?
github1s Linker est une extension Chrome développée par fschipp.fs, et sa fonction principale est "Inserts a direct link to github1s in gitHub repos".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension github1s Linker
Téléchargez les fichiers d'extension github1s Linker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | github1s Linker |
ID | aghoglkmbagjidbhfdcgmonhgdcbjjgf |
URL Officiel | https://chromewebstore.google.com/detail/github1s-linker/aghoglkmbagjidbhfdcgmonhgdcbjjgf |
Description | Inserts a direct link to github1s in gitHub repos |
Taille du Fichier | 7.93 KB |
Nombre d'Installations | 120 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2021-03-24 |
Date de Publication | 2021-03-20 |
Développeur | fschipp.fs |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |