CSS and XPath checker
A helper tool for to confirm CSS and XPath selector.
Cos'è CSS and XPath checker?
CSS and XPath checker è un'estensione di Chrome sviluppata da https://takaki-web.media-as.org, e la sua funzione principale è "A helper tool for to confirm CSS and XPath selector.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione CSS and XPath checker
Scarica i file di estensione CSS and XPath checker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This tool helps to check CSS and XPath selector. It displays elements which specified by selector with highlight.
Informazioni di Base sull'Estensione
Nome | CSS and XPath checker |
ID | aoinfihhckpkkcpholfhmkeplbhddipe |
URL Ufficiale | https://chromewebstore.google.com/detail/css-and-xpath-checker/aoinfihhckpkkcpholfhmkeplbhddipe |
Descrizione | A helper tool for to confirm CSS and XPath selector. |
Dimensione del File | 75.17 KB |
Conteggio Installazioni | 23,384 |
Versione Corrente | 0.23.0 |
Ultimo Aggiornamento | 2023-10-03 |
Data di Pubblicazione | 2019-11-07 |
Valutazione | 2.73/5 Totale 44 Valutazioni |
Sviluppatore | https://takaki-web.media-as.org |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://gitlab.com/takatan/cxchecker-extension |
URL della Pagina di Aiuto | https://gitlab.com/takatan/cxchecker-extension |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CSS and XPath checker", "author": "TANIGUCHI Takaki", "version": "0.23.0", "manifest_version": 3, "description": "A helper tool for to confirm CSS and XPath selector.", "icons": { "16": "assets\/icons\/icon-16.png", "24": "assets\/icons\/icon-24.png", "64": "assets\/icons\/icon-64.png", "128": "assets\/icons\/icon-128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content\/content.js" ] } ], "permissions": [ "tabs" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "action": { "default_icon": { "16": "assets\/icons\/icon-16.png", "48": "assets\/icons\/icon-48.png" }, "default_title": "CSS and XPath checker", "default_popup": "popup\/index.html" }, "web_accessible_resources": [ { "resources": [ "assets\/*", "content\/*", "options\/*", "popup\/*", "background\/*" ], "matches": [ " |