Github Gist Extension
easily connect the gist
什么是Github Gist Extension?
Github Gist Extension是由beyazberkay407开发的Chrome扩展程序,该扩展的主要功能是“easily connect the gist”。
扩展截图
下载Github Gist Extension扩展crx文件
下载Github Gist Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension create a github gist button in github.
扩展基本信息
名称 | Github Gist Extension |
ID | mgapapnadfpedgnbcbfnlgimmbcnaokc |
官方URL | https://chromewebstore.google.com/detail/github-gist-extension/mgapapnadfpedgnbcbfnlgimmbcnaokc |
简介 | easily connect the gist |
文件大小 | 44.4 KB |
安装次数 | 16 |
当前版本 | 0.0.1 |
更新时间 | 2016-06-24 |
上架时间 | 2016-06-24 |
评分 | 5.00/5 共3次评分 |
开发者 | beyazberkay407 |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Github Gist Extension", "short_name": "Gist Extension", "version": "0.0.1", "manifest_version": 2, "description": "easily connect the gist", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/github.com\/*" ], "js": [ "src\/jquery.js", "src\/background.js" ] } ] } |