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 |
公式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" ] } } |