Sealights
View coverage data in Git repositories. Collect code coverage from manual tests running in the browser.
Sealightsคืออะไร?
Sealights เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Sealights และคุณลักษณะหลักของมันคือ "View coverage data in Git repositories. Collect code coverage from manual tests running in the browser."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sealights
ดาวน์โหลดไฟล์ส่วนขยาย Sealights ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
1. Code Viewer Shows code coverage & other metadata gathered by SeaLights. Currently supports github.com, bitbucket.org, gitlab.com. 2. Manual Tests Collects coverage from manual tests running in the browser.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Sealights |
ID | ldcbjefiplkmggapdfbpeemhihkgdmik |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/sealights/ldcbjefiplkmggapdfbpeemhihkgdmik |
คำอธิบาย | View coverage data in Git repositories. Collect code coverage from manual tests running in the browser. |
ขนาดไฟล์ | 3.2 MB |
จำนวนการติดตั้ง | 761 |
เวอร์ชันปัจจุบัน | 1.12.5 |
อัปเดตครั้งล่าสุด | 2023-10-26 |
วันที่เผยแพร่ | 2020-06-30 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Sealights |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Sealights", "version": "1.12.5", "description": "View coverage data in Git repositories. Collect code coverage from manual tests running in the browser.", "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/sealights-code-viewer\/ldcbjefiplkmggapdfbpeemhihkgdmik?utm_source=chrome-app-launcher-info-dialog", "manifest_version": 3, "minimum_chrome_version": "88", "permissions": [ "storage", "tabs", "webNavigation" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "128": "media\/icon.png" }, "action": { "default_popup": "templates\/popup.html" }, "content_scripts": [ { "run_at": "document_idle", "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "styles\/content.css" ], "js": [ "js\/content.js" ] } ], "background": { "service_worker": "js\/background.js" }, "web_accessible_resources": [ { "resources": [ "fonts\/*", "js\/*", "media\/*", "styles\/*", "templates\/*" ], "matches": [ " |