제작자: TANIGUCHI Takaki
Inspect and view changes in CSS and XPath checker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "CSS and XPath checker",
"description": "A helper tool for to confirm CSS and XPath selector.",
"version": "0.25.1",
"icons": {
"16": "icon/16.png",
"48": "icon/48.png",
"128": "icon/128.png"
},
"permissions": [
"tabs"
],
"host_permissions": [
"http://*/*",
"https://*/*"
],
"action": {
"default_title": "CSS and XPath Checker",
"default_popup": "popup.html"
},
"browser_specific_settings": {
"gecko": {
"id": "takaki-cxchecker@example.com"
}
},
"content_scripts": [
{
"matches": [
"http://*/*",
"https://*/*"
],
"js": [
"content-scripts/content.js"
]
}
]
} 최고의 CSS and XPath checker 대안
다음은 CSS and XPath checker과(와) 유사한 Firefox add-on입니다: