Codebox Button for GitHub
This extension adds a button to GitHub that lets you edit your projects directly in Codebox
What is Codebox Button for GitHub?
Codebox Button for GitHub is a Chrome extension developed by https://www.codebox.io, and its main feature is "This extension adds a button to GitHub that lets you edit your projects directly in Codebox".
Extension Screenshots
Download Codebox Button for GitHub Extension CRX File
Download Codebox Button for GitHub extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension lets you open GitHub projects in the most powerful cloud IDE.
Extension Basic Information
Name | Codebox Button for GitHub |
ID | elpfkjfgdbilpjldpbhdbdpaidobnjbg |
Official URL | https://chromewebstore.google.com/detail/codebox-button-for-github/elpfkjfgdbilpjldpbhdbdpaidobnjbg |
Description | This extension adds a button to GitHub that lets you edit your projects directly in Codebox |
File Size | 11.74 KB |
Installation Count | 89 |
Current Version | 1 |
Last Updated | 2014-03-25 |
Publish Date | 2014-03-25 |
Rating | 5.00/5 Total 2 Ratings |
Developer | https://www.codebox.io |
Payment Type | free |
Extension Website | https://www.codebox.io |
Supported Languages | 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" } |