Codebox Button for GitHub
This extension adds a button to GitHub that lets you edit your projects directly in Codebox
Vad är Codebox Button for GitHub?
Codebox Button for GitHub är en Chrome-tillägg utvecklad av https://www.codebox.io, och dess huvudfunktion är "This extension adds a button to GitHub that lets you edit your projects directly in Codebox".
Tilläggsskärmbilder
Ladda ner Codebox Button for GitHub-förlängningens CRX-fil
Ladda ner Codebox Button for GitHub-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
This extension lets you open GitHub projects in the most powerful cloud IDE. Grundläggande Information om Tillägg
| Namn | |
| ID | elpfkjfgdbilpjldpbhdbdpaidobnjbg |
| Officiell webbadress | https://chromewebstore.google.com/detail/codebox-button-for-github/elpfkjfgdbilpjldpbhdbdpaidobnjbg |
| Beskrivning | This extension adds a button to GitHub that lets you edit your projects directly in Codebox |
| Filstorlek | 11.74 KB |
| Antal Installationer | 89 |
| Aktuell Version | 1 |
| Senast Uppdaterad | 2014-03-25 |
| Publiceringsdatum | 2014-03-25 |
| Betyg | 5.00/5 Totalt 2 Betyg |
| Utvecklare | https://www.codebox.io |
| Betalningssätt | free |
| Tilläggswebbplats | https://www.codebox.io |
| Stödda Språk | 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"
} | |