github1s Linker
Inserts a direct link to github1s in gitHub repos
What is github1s Linker?
github1s Linker is a Chrome extension developed by fschipp.fs, and its main feature is "Inserts a direct link to github1s in gitHub repos".
Extension Screenshots
Download github1s Linker Extension CRX File
Download github1s Linker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | github1s Linker |
ID | aghoglkmbagjidbhfdcgmonhgdcbjjgf |
Official URL | https://chromewebstore.google.com/detail/github1s-linker/aghoglkmbagjidbhfdcgmonhgdcbjjgf |
Description | Inserts a direct link to github1s in gitHub repos |
File Size | 7.93 KB |
Installation Count | 120 |
Current Version | 1.0 |
Last Updated | 2021-03-24 |
Publish Date | 2021-03-20 |
Developer | fschipp.fs |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |