GistRun

Bring your Gists to life with GistRun!

What is GistRun?

GistRun is a Chrome extension developed by https://gist.run, and its main feature is "Bring your Gists to life with GistRun!".

Extension Screenshots

screenshot
screenshot
screenshot

Download GistRun Extension CRX File

Download GistRun extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name GistRun GistRun
ID cmikephimncflideoipflcfacmadghno
Official URL https://chromewebstore.google.com/detail/gistrun/cmikephimncflideoipflcfacmadghno
Description Bring your Gists to life with GistRun!
File Size 12.06 KB
Installation Count 35
Current Version 1.1
Last Updated 2016-02-18
Publish Date 2016-02-18
Rating 4.00/5 Total 3 Ratings
Developer https://gist.run
Payment Type free
Extension Website https://gist.run
Supported Languages 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"
    ]
}