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"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Codefresh for Github (BETA)
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } } |