CSS and XPath checker
A helper tool for to confirm CSS and XPath selector.
CSS and XPath checker là gì?
CSS and XPath checker là một tiện ích mở rộng Chrome được phát triển bởi https://takaki-web.media-as.org, và tính năng chính của nó là "A helper tool for to confirm CSS and XPath selector.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng CSS and XPath checker
Tải xuống các tệp mở rộng CSS and XPath checker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
This tool helps to check CSS and XPath selector. It displays elements which specified by selector with highlight.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | CSS and XPath checker |
ID | aoinfihhckpkkcpholfhmkeplbhddipe |
URL Chính Thức | https://chromewebstore.google.com/detail/css-and-xpath-checker/aoinfihhckpkkcpholfhmkeplbhddipe |
Mô tả | A helper tool for to confirm CSS and XPath selector. |
Kích Thước Tệp | 75.17 KB |
Số Lần Cài Đặt | 23,384 |
Phiên Bản Hiện Tại | 0.23.0 |
Cập Nhật Lần Cuối | 2023-10-03 |
Ngày Phát Hành | 2019-11-07 |
Đánh Giá | 2.73/5 Tổng số 44 Đánh Giá |
Nhà Phát Triển | https://takaki-web.media-as.org |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://gitlab.com/takatan/cxchecker-extension |
URL Trang Trợ Giúp | https://gitlab.com/takatan/cxchecker-extension |
Ngôn Ngữ Được Hỗ Trợ | 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": [ " |