Subhub
Add an 'Open in Sublime' button to GitHub
什么是Subhub?
Subhub是由Barnaby Malet开发的Chrome扩展程序,该扩展的主要功能是“Add an 'Open in Sublime' button to GitHub”。
扩展截图
下载Subhub扩展crx文件
下载Subhub扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Add an 'Open in Sublime' button to GitHub. Requires OSX, Sublime Text 3 and the accompanying Sublime plugin. More info at: https://github.com/mechio/subhub
扩展基本信息
名称 | Subhub |
ID | dndgngopahigljbjkfihmkaaaeceagbg |
官方URL | https://chromewebstore.google.com/detail/subhub/dndgngopahigljbjkfihmkaaaeceagbg |
简介 | Add an 'Open in Sublime' button to GitHub |
文件大小 | 90.34 KB |
安装次数 | 67 |
当前版本 | 1 |
更新时间 | 2013-09-12 |
上架时间 | 2013-09-12 |
评分 | 5.00/5 共2次评分 |
开发者 | Barnaby Malet |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/mechio/subhub |
支持的语言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Subhub", "version": "1", "manifest_version": 2, "description": "Add an 'Open in Sublime' button to GitHub", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [], "background": { "scripts": [ "lib\/jquery.js", "scripts\/background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/github.com\/*" ], "js": [ "lib\/jquery.js", "scripts\/content.js" ] } ] } |