CSS and XPath checker
A helper tool for to confirm CSS and XPath selector.
什么是CSS and XPath checker?
CSS and XPath checker是由https://takaki-web.media-as.org开发的Chrome扩展程序,该扩展的主要功能是“A helper tool for to confirm CSS and XPath selector.”。
扩展截图
下载CSS and XPath checker扩展crx文件
下载CSS and XPath checker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This tool helps to check CSS and XPath selector. It displays elements which specified by selector with highlight. 扩展基本信息
| 名称 | |
| 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 |
| 帮助页面URL | 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": [
" | |