GistRun
Bring your Gists to life with GistRun!
GistRunとは何ですか?
GistRunはhttps://gist.runによって開発されたChromeの拡張機能で、その主な機能は「Bring your Gists to life with GistRun!」です。
拡張機能のスクリーンショット
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 |
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" ] } |