github1s Linker
Inserts a direct link to github1s in gitHub repos
O que é github1s Linker?
github1s Linker é uma extensão do Chrome desenvolvida por fschipp.fs, e sua principal característica é "Inserts a direct link to github1s in gitHub repos".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão github1s Linker
Baixe arquivos de extensão github1s Linker no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | github1s Linker |
ID | aghoglkmbagjidbhfdcgmonhgdcbjjgf |
URL Oficial | https://chromewebstore.google.com/detail/github1s-linker/aghoglkmbagjidbhfdcgmonhgdcbjjgf |
Descrição | Inserts a direct link to github1s in gitHub repos |
Tamanho do Arquivo | 7.93 KB |
Contagem de Instalações | 120 |
Versão Atual | 1.0 |
Última Atualização | 2021-03-24 |
Data de Publicação | 2021-03-20 |
Desenvolvedor | fschipp.fs |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |