Sealights
View coverage data in Git repositories. Collect code coverage from manual tests running in the browser.
Sealights là gì?
Sealights là một tiện ích mở rộng Chrome được phát triển bởi Sealights, và tính năng chính của nó là "View coverage data in Git repositories. Collect code coverage from manual tests running in the browser.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Sealights
Tải xuống các tệp mở rộng Sealights dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Sealights |
ID | ldcbjefiplkmggapdfbpeemhihkgdmik |
URL Chính Thức | https://chromewebstore.google.com/detail/sealights/ldcbjefiplkmggapdfbpeemhihkgdmik |
Mô tả | View coverage data in Git repositories. Collect code coverage from manual tests running in the browser. |
Kích Thước Tệp | 3.2 MB |
Số Lần Cài Đặt | 761 |
Phiên Bản Hiện Tại | 1.12.5 |
Cập Nhật Lần Cuối | 2023-10-26 |
Ngày Phát Hành | 2020-06-30 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Sealights |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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": [ " |