Codebox Button for GitHub
This extension adds a button to GitHub that lets you edit your projects directly in Codebox
Cos'è Codebox Button for GitHub?
Codebox Button for GitHub è un'estensione di Chrome sviluppata da https://www.codebox.io, e la sua funzione principale è "This extension adds a button to GitHub that lets you edit your projects directly in Codebox".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Codebox Button for GitHub
Scarica i file di estensione Codebox Button for GitHub in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This extension lets you open GitHub projects in the most powerful cloud IDE.
Informazioni di Base sull'Estensione
Nome | Codebox Button for GitHub |
ID | elpfkjfgdbilpjldpbhdbdpaidobnjbg |
URL Ufficiale | https://chromewebstore.google.com/detail/codebox-button-for-github/elpfkjfgdbilpjldpbhdbdpaidobnjbg |
Descrizione | This extension adds a button to GitHub that lets you edit your projects directly in Codebox |
Dimensione del File | 11.74 KB |
Conteggio Installazioni | 89 |
Versione Corrente | 1 |
Ultimo Aggiornamento | 2014-03-25 |
Data di Pubblicazione | 2014-03-25 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | https://www.codebox.io |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.codebox.io |
Lingue Supportate | 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" } |