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 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
]
}
]
} | |