Sealights
View coverage data in Git repositories. Collect code coverage from manual tests running in the browser.
什么是Sealights?
Sealights是由Sealights开发的Chrome扩展程序,该扩展的主要功能是“View coverage data in Git repositories. Collect code coverage from manual tests running in the browser.”。
扩展截图
下载Sealights扩展crx文件
下载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": [ " |