Codefresh for Github (BETA)

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

Codefresh for Github (BETA) là gì?

Codefresh for Github (BETA) là một tiện ích mở rộng Chrome được phát triển bởi Codefresh, và tính năng chính của nó là "Edit and test commits of all your branches (including pull requests) from GitHub".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Codefresh for Github (BETA)

Tải xuống các tệp mở rộng Codefresh for Github (BETA) dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Codefresh for Github (BETA) Codefresh for Github (BETA)
ID bdbdcgnbjmoojfgeolbplollpmobjcge
URL Chính Thức https://chrome.google.com/webstore/detail/codefresh-for-github-beta/bdbdcgnbjmoojfgeolbplollpmobjcge
Mô tả Edit and test commits of all your branches (including pull requests) from GitHub
Kích Thước Tệp 727 KB
Số Lần Cài Đặt 24
Phiên Bản Hiện Tại 0.4.1
Cập Nhật Lần Cuối 2015-11-17
Ngày Phát Hành 2015-11-17
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Codefresh
Loại Thanh Toán free
Trang Web Mở Rộng http://codefresh.io
URL Trang Trợ Giúp https://github.com/codefresh-io/beta
Ngôn Ngữ Được Hỗ Trợ 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"
        ]
    }
}