Codebox Button for GitHub
This extension adds a button to GitHub that lets you edit your projects directly in Codebox
Codebox Button for GitHubとは何ですか?
Codebox Button for GitHubはhttps://www.codebox.ioによって開発されたChromeの拡張機能で、その主な機能は「This extension adds a button to GitHub that lets you edit your projects directly in Codebox」です。
拡張機能のスクリーンショット
Codebox Button for GitHub拡張機能のCRXファイルをダウンロード
Codebox Button for GitHub拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension lets you open GitHub projects in the most powerful cloud IDE. 拡張機能の基本情報
| 名前 | |
| ID | elpfkjfgdbilpjldpbhdbdpaidobnjbg |
| 公式URL | https://chromewebstore.google.com/detail/codebox-button-for-github/elpfkjfgdbilpjldpbhdbdpaidobnjbg |
| 説明 | This extension adds a button to GitHub that lets you edit your projects directly in Codebox |
| ファイルサイズ | 11.74 KB |
| インストール数 | 89 |
| 現在のバージョン | 1 |
| 最終更新日 | 2014-03-25 |
| 公開日 | 2014-03-25 |
| 評価 | 5.00/5 合計 2 レビュー |
| 開発者 | https://www.codebox.io |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://www.codebox.io |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Codebox Button for GitHub",
"description": "This extension adds a button to GitHub that lets you edit your projects directly in Codebox",
"content_scripts": [
{
"css": [
"styles.css"
],
"js": [
"github.js"
],
"matches": [
"https:\/\/github.com\/*"
]
}
],
"icons": {
"128": "icons\/128.png"
},
"manifest_version": 2,
"version": "1"
} | |