Codefresh for Github (BETA)

Edit and test commits of all your branches (including pull requests) from GitHub

Wat is Codefresh for Github (BETA)?

Codefresh for Github (BETA) is een Chrome-extensie ontwikkeld door Codefresh, en de belangrijkste functie is "Edit and test commits of all your branches (including pull requests) from GitHub".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Codefresh for Github (BETA)

Download Codefresh for Github (BETA)-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Launch any github repo inside a Docker container in one click! Run, test and commit edits to your code directly on the Docker container.                    

Basisinformatie over de Extensie

Naam Codefresh for Github (BETA) Codefresh for Github (BETA)
ID bdbdcgnbjmoojfgeolbplollpmobjcge
Officiële URL https://chrome.google.com/webstore/detail/codefresh-for-github-beta/bdbdcgnbjmoojfgeolbplollpmobjcge
Beschrijving Edit and test commits of all your branches (including pull requests) from GitHub
Bestandsgrootte 727 KB
Aantal Installaties 24
Huidige Versie 0.4.1
Laatst Bijgewerkt 2015-11-17
Publicatiedatum 2015-11-17
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Codefresh
Betalingswijze free
Extensiewebsite http://codefresh.io
Help Pagina-URL https://github.com/codefresh-io/beta
Ondersteunde Talen 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"
        ]
    }
}