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" ] } |