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開發的Chrome擴展程式,該擴展的主要功能是“Edit and test commits of all your branches (including pull requests) from GitHub”。
擴展截圖
下載Codefresh for Github (BETA)擴展crx文件
下載Codefresh for Github (BETA)擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Launch any github repo inside a Docker container in one click! Run, test and commit edits to your code directly on the Docker container.
擴展基本資訊
名稱 | |
ID | bdbdcgnbjmoojfgeolbplollpmobjcge |
官方網址 | 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" ] } } |