Codefresh for Github (BETA)
Edit and test commits of all your branches (including pull requests) from GitHub
Cos'è Codefresh for Github (BETA)?
Codefresh for Github (BETA) è un'estensione di Chrome sviluppata da Codefresh, e la sua funzione principale è "Edit and test commits of all your branches (including pull requests) from GitHub".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Codefresh for Github (BETA)
Scarica i file di estensione Codefresh for Github (BETA) 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
Launch any github repo inside a Docker container in one click! Run, test and commit edits to your code directly on the Docker container. Informazioni di Base sull'Estensione
| Nome | |
| ID | bdbdcgnbjmoojfgeolbplollpmobjcge |
| URL Ufficiale | https://chrome.google.com/webstore/detail/codefresh-for-github-beta/bdbdcgnbjmoojfgeolbplollpmobjcge |
| Descrizione | Edit and test commits of all your branches (including pull requests) from GitHub |
| Dimensione del File | 727 KB |
| Conteggio Installazioni | 24 |
| Versione Corrente | 0.4.1 |
| Ultimo Aggiornamento | 2015-11-17 |
| Data di Pubblicazione | 2015-11-17 |
| Valutazione | 5.00/5 Totale 2 Valutazioni |
| Sviluppatore | Codefresh |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | http://codefresh.io |
| URL della Pagina di Aiuto | https://github.com/codefresh-io/beta |
| Lingue Supportate | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Codefresh for Github (BETA)",
"version": "0.4.1",
"description": "Edit and test commits of all your branches (including pull requests) from GitHub",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"web_accessible_resources": [
"icon16.png"
],
"permissions": [
"storage",
"cookies",
"webNavigation",
"*:\/\/*.codefresh.io\/*",
"tabs"
],
"browser_action": {
"default_icon": "icon16.png",
"default_popup": "menu.html",
"default_title": "Codefresh"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.github.com\/*"
],
"css": [
"css\/content.css"
],
"js": [
"js\/content.js"
]
}
],
"background": {
"persistent": false,
"scripts": [
"js\/events.js"
]
}
} | |