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) هو إضافة Chrome تم تطويرها بواسطة Codefresh، والميزة الرئيسية لها هي "Edit and test commits of all your branches (including pull requests) from GitHub".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Codefresh for Github (BETA)

قم بتنزيل ملفات الامتداد Codefresh for Github (BETA) بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة 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"
        ]
    }
}