GistRun

Bring your Gists to life with GistRun!

Apa itu GistRun?

GistRun adalah ekstensi Chrome yang dikembangkan oleh https://gist.run, dan fitur utamanya adalah "Bring your Gists to life with GistRun!".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi GistRun

Unduh file ekstensi GistRun dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama GistRun GistRun
ID cmikephimncflideoipflcfacmadghno
URL Resmi https://chromewebstore.google.com/detail/gistrun/cmikephimncflideoipflcfacmadghno
Deskripsi Bring your Gists to life with GistRun!
Ukuran File 12.06 KB
Jumlah Instalasi 35
Versi Saat Ini 1.1
Terakhir Diperbarui 2016-02-18
Tanggal Publikasi 2016-02-18
Penilaian 4.00/5 Total 3 Penilaian
Pengembang https://gist.run
Tipe Pembayaran free
Situs Ekstensi https://gist.run
Bahasa yang Didukung 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"
    ]
}