GistRun

Bring your Gists to life with GistRun!

ما هو GistRun؟

GistRun هو إضافة Chrome تم تطويرها بواسطة https://gist.run، والميزة الرئيسية لها هي "Bring your Gists to life with GistRun!".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة GistRun

قم بتنزيل ملفات الامتداد GistRun بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
    ]
}