gist-more-url

Show extend url to clone (by 'ssh' and 'git') on Gist.

Cos'è gist-more-url?

gist-more-url è un'estensione di Chrome sviluppata da moznion, e la sua funzione principale è "Show extend url to clone (by 'ssh' and 'git') on Gist.".

Screenshot dell'Estensione

Scarica il file CRX dell'estensione gist-more-url

Scarica i file di estensione gist-more-url 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

                        This extension provides the function to show extend url to clone (by 'ssh' and 'git') on Gist.                    

Informazioni di Base sull'Estensione

Nome gist-more-url gist-more-url
ID lmgfenkbbgbigljchgnlagjdmkepohoj
URL Ufficiale https://chromewebstore.google.com/detail/gist-more-url/lmgfenkbbgbigljchgnlagjdmkepohoj
Descrizione Show extend url to clone (by 'ssh' and 'git') on Gist.
Dimensione del File 61.76 KB
Conteggio Installazioni 121
Versione Corrente 0.0.4
Ultimo Aggiornamento 2013-09-09
Data di Pubblicazione 2013-09-09
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore moznion
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "gist-more-url",
    "version": "0.0.4",
    "manifest_version": 2,
    "description": "Show extend url to clone (by 'ssh' and 'git') on Gist.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/gist.github.com\/*"
            ],
            "js": [
                "vendor\/js\/jquery-1.9.1.min.js",
                "vendor\/js\/underscore-min.js",
                "js\/script.js"
            ],
            "run_at": "document_start"
        }
    ]
}