github1s Linker
Inserts a direct link to github1s in gitHub repos
Wat is github1s Linker?
github1s Linker is een Chrome-extensie ontwikkeld door fschipp.fs, en de belangrijkste functie is "Inserts a direct link to github1s in gitHub repos".
Extensie Screenshots
Download het CRX-bestand van de extensie github1s Linker
Download github1s Linker-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
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
Basisinformatie over de Extensie
Naam | github1s Linker |
ID | aghoglkmbagjidbhfdcgmonhgdcbjjgf |
Officiële URL | https://chromewebstore.google.com/detail/github1s-linker/aghoglkmbagjidbhfdcgmonhgdcbjjgf |
Beschrijving | Inserts a direct link to github1s in gitHub repos |
Bestandsgrootte | 7.93 KB |
Aantal Installaties | 120 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2021-03-24 |
Publicatiedatum | 2021-03-20 |
Ontwikkelaar | fschipp.fs |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |