GistRun

Bring your Gists to life with GistRun!

GistRun क्या है?

GistRun https://gist.run द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Bring your Gists to life with GistRun!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में GistRun एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
आधिकारिक URL 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"
    ]
}