Codefresh for Github (BETA)
Edit and test commits of all your branches (including pull requests) from GitHub
Apa itu Codefresh for Github (BETA)?
Codefresh for Github (BETA) adalah ekstensi Chrome yang dikembangkan oleh Codefresh, dan fitur utamanya adalah "Edit and test commits of all your branches (including pull requests) from GitHub".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Codefresh for Github (BETA)
Unduh file ekstensi Codefresh for Github (BETA) dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Launch any github repo inside a Docker container in one click! Run, test and commit edits to your code directly on the Docker container.
Informasi Dasar Ekstensi
Nama | |
ID | bdbdcgnbjmoojfgeolbplollpmobjcge |
URL Resmi | https://chrome.google.com/webstore/detail/codefresh-for-github-beta/bdbdcgnbjmoojfgeolbplollpmobjcge |
Deskripsi | Edit and test commits of all your branches (including pull requests) from GitHub |
Ukuran File | 727 KB |
Jumlah Instalasi | 24 |
Versi Saat Ini | 0.4.1 |
Terakhir Diperbarui | 2015-11-17 |
Tanggal Publikasi | 2015-11-17 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | Codefresh |
Tipe Pembayaran | free |
Situs Ekstensi | http://codefresh.io |
URL Halaman Bantuan | https://github.com/codefresh-io/beta |
Bahasa yang Didukung | 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" ] } } |