CSS and XPath checker
A helper tool for to confirm CSS and XPath selector.
Was ist CSS and XPath checker?
CSS and XPath checker ist eine Chrome-Erweiterung, die von https://takaki-web.media-as.org entwickelt wurde, und ihr Hauptmerkmal ist "A helper tool for to confirm CSS and XPath selector.".
Erweiterungsscreenshots
CSS and XPath checker-Erweiterungs-CRX-Datei herunterladen
Laden Sie CSS and XPath checker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This tool helps to check CSS and XPath selector. It displays elements which specified by selector with highlight.
Grundlegende Informationen zur Erweiterung
Name | CSS and XPath checker |
ID | aoinfihhckpkkcpholfhmkeplbhddipe |
Offizielle URL | https://chromewebstore.google.com/detail/css-and-xpath-checker/aoinfihhckpkkcpholfhmkeplbhddipe |
Beschreibung | A helper tool for to confirm CSS and XPath selector. |
Dateigröße | 75.17 KB |
Installationsanzahl | 23,384 |
Aktuelle Version | 0.23.0 |
Letztes Update | 2023-10-03 |
Veröffentlichungsdatum | 2019-11-07 |
Bewertung | 2.73/5 Insgesamt 44 Bewertungen |
Entwickler | https://takaki-web.media-as.org |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://gitlab.com/takatan/cxchecker-extension |
Hilfeseite URL | https://gitlab.com/takatan/cxchecker-extension |
Unterstützte Sprachen | 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": [ " |