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 |
Eメール | [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": [ " |