github1s Linker

Inserts a direct link to github1s in gitHub repos

Cos'è github1s Linker?

github1s Linker è un'estensione di Chrome sviluppata da fschipp.fs, e la sua funzione principale è "Inserts a direct link to github1s in gitHub repos".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione github1s Linker

Scarica i file di estensione github1s Linker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome github1s Linker github1s Linker
ID aghoglkmbagjidbhfdcgmonhgdcbjjgf
URL Ufficiale https://chromewebstore.google.com/detail/github1s-linker/aghoglkmbagjidbhfdcgmonhgdcbjjgf
Descrizione Inserts a direct link to github1s in gitHub repos
Dimensione del File 7.93 KB
Conteggio Installazioni 120
Versione Corrente 1.0
Ultimo Aggiornamento 2021-03-24
Data di Pubblicazione 2021-03-20
Sviluppatore fschipp.fs
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}