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 |
| 官方網址 | 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": [
" | |