Codefresh for Github (BETA)

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

Codefresh for Github (BETA) क्या है?

Codefresh for Github (BETA) Codefresh द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Edit and test commits of all your branches (including pull requests) from GitHub"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Codefresh for Github (BETA) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम Codefresh for Github (BETA) Codefresh for Github (BETA)
ID bdbdcgnbjmoojfgeolbplollpmobjcge
आधिकारिक URL https://chrome.google.com/webstore/detail/codefresh-for-github-beta/bdbdcgnbjmoojfgeolbplollpmobjcge
विवरण Edit and test commits of all your branches (including pull requests) from GitHub
फ़ाइल का आकार 727 KB
स्थापना संख्या 24
वर्तमान संस्करण 0.4.1
अंतिम अपडेट 2015-11-17
प्रकाशन तिथि 2015-11-17
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर Codefresh
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://codefresh.io
सहायता पृष्ठ URL https://github.com/codefresh-io/beta
समर्थित भाषाएँ 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"
        ]
    }
}