gist-more-url

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

Co to jest gist-more-url?

gist-more-url to rozszerzenie Chrome opracowane przez moznion, a jego główną funkcją jest „Show extend url to clone (by 'ssh' and 'git') on Gist.”.

Zrzuty ekranu rozszerzenia

Pobierz plik CRX rozszerzenia gist-more-url

Pobierz pliki rozszerzeń gist-more-url w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa gist-more-url gist-more-url
ID lmgfenkbbgbigljchgnlagjdmkepohoj
Oficjalny URL https://chromewebstore.google.com/detail/gist-more-url/lmgfenkbbgbigljchgnlagjdmkepohoj
Opis Show extend url to clone (by 'ssh' and 'git') on Gist.
Rozmiar pliku 61.76 KB
Liczba instalacji 121
Aktualna Wersja 0.0.4
Ostatnia Aktualizacja 2013-09-09
Data Publikacji 2013-09-09
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper moznion
Typ Płatności free
Obsługiwane Języki 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"
        }
    ]
}