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"
} | |