Sealights
View coverage data in Git repositories. Collect code coverage from manual tests running in the browser.
Qu'est-ce que Sealights ?
Sealights est une extension Chrome développée par Sealights, et sa fonction principale est "View coverage data in Git repositories. Collect code coverage from manual tests running in the browser.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Sealights
Téléchargez les fichiers d'extension Sealights au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Sealights |
ID | ldcbjefiplkmggapdfbpeemhihkgdmik |
URL Officiel | https://chromewebstore.google.com/detail/sealights/ldcbjefiplkmggapdfbpeemhihkgdmik |
Description | View coverage data in Git repositories. Collect code coverage from manual tests running in the browser. |
Taille du Fichier | 3.2 MB |
Nombre d'Installations | 761 |
Version Actuelle | 1.12.5 |
Dernière Mise à Jour | 2023-10-26 |
Date de Publication | 2020-06-30 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Sealights |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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": [ " |