CSS Selector Tester
Highlight the elements matching a given CSS selector.
CSS Selector Tester là gì?
CSS Selector Tester là một tiện ích mở rộng Chrome được phát triển bởi sklab, và tính năng chính của nó là "Highlight the elements matching a given CSS 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 Selector Tester
Tải xuống các tệp mở rộng CSS Selector Tester 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 extension highlights elements specified by CSS selectors. For web design or web scraping, you will be able to identify elements specified by CSS selectors more easily than with the Chrome Developer Tools. It's easy to use. 1. Click on the extension's icon. 2. Type in the CSS selectors. 3. Press Enter or click the TEST button. === Release notes === Version 1.1 2023-10-06 [new feature] "History" The input history of the selector can now be displayed.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | CSS Selector Tester |
ID | gkdinamekianhihakaefhphphhodpgha |
URL Chính Thức | https://chromewebstore.google.com/detail/css-selector-tester/gkdinamekianhihakaefhphphhodpgha |
Mô tả | Highlight the elements matching a given CSS selector. |
Kích Thước Tệp | 30.87 KB |
Số Lần Cài Đặt | 2,061 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2023-10-08 |
Ngày Phát Hành | 2023-05-08 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | sklab |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "CSS Selector Tester", "description": "Highlight the elements matching a given CSS selector.", "version": "1.1", "permissions": [ "activeTab", "scripting" ], "action": { "default_title": "CSS Selector Tester", "default_popup": "popup.html" }, "icons": { "16": "icon\/CSS_Selector_Tester16.png", "32": "icon\/CSS_Selector_Tester32.png", "48": "icon\/CSS_Selector_Tester48.png", "128": "icon\/CSS_Selector_Tester128.png" }, "author": "sklab" } |