CSS and XPath checker
A helper tool for to confirm CSS and XPath selector.
ما هو CSS and XPath checker؟
CSS and XPath checker هو إضافة Chrome تم تطويرها بواسطة https://takaki-web.media-as.org، والميزة الرئيسية لها هي "A helper tool for to confirm CSS and XPath selector.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة CSS and XPath checker
قم بتنزيل ملفات الامتداد CSS and XPath checker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This tool helps to check CSS and XPath selector. It displays elements which specified by selector with highlight.
معلومات أساسية عن التمديد
الاسم | CSS and XPath checker |
ID | aoinfihhckpkkcpholfhmkeplbhddipe |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/css-and-xpath-checker/aoinfihhckpkkcpholfhmkeplbhddipe |
الوصف | A helper tool for to confirm CSS and XPath selector. |
حجم الملف | 75.17 KB |
عدد التثبيتات | 23,384 |
النسخة الحالية | 0.23.0 |
آخر تحديث | 2023-10-03 |
تاريخ النشر | 2019-11-07 |
تقييم | 2.73/5 مجموع تقييمات 44 |
المطور | https://takaki-web.media-as.org |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://gitlab.com/takatan/cxchecker-extension |
عنوان صفحة المساعدة | https://gitlab.com/takatan/cxchecker-extension |
اللغات المدعومة | 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": [ " |