GistRun

Bring your Gists to life with GistRun!

什麼是GistRun?

GistRun是由https://gist.run開發的Chrome擴展程式,該擴展的主要功能是“Bring your Gists to life with GistRun!”。

擴展截圖

screenshot
screenshot
screenshot

下載GistRun擴展crx文件

下載GistRun擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 GistRun GistRun
ID cmikephimncflideoipflcfacmadghno
官方網址 https://chromewebstore.google.com/detail/gistrun/cmikephimncflideoipflcfacmadghno
簡介 Bring your Gists to life with GistRun!
檔案大小 12.06 KB
安裝次數 35
目前版本 1.1
更新時間 2016-02-18
上架時間 2016-02-18
評分 4.00/5 共 3 次評分
開發者 https://gist.run
付費類型 free
擴展官網 https://gist.run
支援的語言 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"
    ]
}