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 |
| 官方網址 | 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"
} | |