GistRun

Bring your Gists to life with GistRun!

Co je GistRun?

GistRun je rozšíření Chrome vyvinuté https://gist.run, a jeho hlavní funkcí je „Bring your Gists to life with GistRun!“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření GistRun

Stáhněte si soubory rozšíření GistRun ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        The GistRun Chrome extension adds "Run" buttons to GitHub Gist pages, making it easy to open Gists in the GistRun editor.

The extension adds "Run" buttons to the Gists list page, the Gist page and to the Gist "Revisions" tab, making it easy to run a Gist at a specific revision/SHA.                    

Základní Informace o Rozšíření

Název GistRun GistRun
ID cmikephimncflideoipflcfacmadghno
Oficiální URL https://chromewebstore.google.com/detail/gistrun/cmikephimncflideoipflcfacmadghno
Popis Bring your Gists to life with GistRun!
Velikost souboru 12.06 KB
Počet instalací 35
Aktuální Verze 1.1
Poslední Aktualizace 2016-02-18
Datum Vydání 2016-02-18
Hodnocení 4.00/5 Celkem 3 Hodnocení
Vývojář https://gist.run
Typ Platby free
Webové stránky Rozšíření https://gist.run
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GistRun",
    "description": "Bring your Gists to life with GistRun!",
    "author": "Jeremy Danyow",
    "icons": {
        "128": "icon128.png"
    },
    "version": "1.1",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/gist.github.com\/*"
            ],
            "js": [
                "main.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "*.png"
    ]
}