CSS and XPath checker
A helper tool for to confirm CSS and XPath selector.
Qu'est-ce que CSS and XPath checker ?
CSS and XPath checker est une extension Chrome développée par https://takaki-web.media-as.org, et sa fonction principale est "A helper tool for to confirm CSS and XPath selector.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension CSS and XPath checker
Téléchargez les fichiers d'extension CSS and XPath checker 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
This tool helps to check CSS and XPath selector. It displays elements which specified by selector with highlight.
Informations de Base sur l'Extension
Nom | CSS and XPath checker |
ID | aoinfihhckpkkcpholfhmkeplbhddipe |
URL Officiel | https://chromewebstore.google.com/detail/css-and-xpath-checker/aoinfihhckpkkcpholfhmkeplbhddipe |
Description | A helper tool for to confirm CSS and XPath selector. |
Taille du Fichier | 75.17 KB |
Nombre d'Installations | 23,384 |
Version Actuelle | 0.23.0 |
Dernière Mise à Jour | 2023-10-03 |
Date de Publication | 2019-11-07 |
Évaluation | 2.73/5 Total 44 Évaluations |
Développeur | https://takaki-web.media-as.org |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://gitlab.com/takatan/cxchecker-extension |
URL de la Page d'Aide | https://gitlab.com/takatan/cxchecker-extension |
Langues Prises en Charge | 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": [ " |