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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย 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
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"
    ]
}