CSS Selector Tester
Highlight the elements matching a given CSS selector.
什么是CSS Selector Tester?
CSS Selector Tester是由sklab开发的Chrome扩展程序,该扩展的主要功能是“Highlight the elements matching a given CSS selector.”。
扩展截图
下载CSS Selector Tester扩展crx文件
下载CSS Selector Tester扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | CSS Selector Tester |
ID | gkdinamekianhihakaefhphphhodpgha |
官方URL | https://chromewebstore.google.com/detail/css-selector-tester/gkdinamekianhihakaefhphphhodpgha |
简介 | Highlight the elements matching a given CSS selector. |
文件大小 | 30.87 KB |
安装次数 | 2,061 |
当前版本 | 1.1 |
更新时间 | 2023-10-08 |
上架时间 | 2023-05-08 |
评分 | 5.00/5 共2次评分 |
开发者 | sklab |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" } |