제작자: Cotetiu Madalin Add-on
Inspect and view changes in Web Element Selector Generator source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "Web Element Selector Generator",
"version": "1.2",
"description": "Generate CSS/XPath selectors for elements or a whole page, with ready-to-paste Selenium, Playwright, and Cypress code snippets.",
"permissions": [
"activeTab",
"scripting",
"storage",
"contextMenus",
"webNavigation"
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icons/icon16.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
}
},
"sidebar_action": {
"default_panel": "sidepanel.html",
"default_icon": {
"16": "icons/icon16.png",
"48": "icons/icon48.png"
},
"default_title": "Web Element Selector — Page Scan"
},
"icons": {
"16": "icons/icon16.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"all_frames": true,
"js": [
"content.js"
]
}
],
"background": {
"scripts": [
"background.js"
]
},
"options_ui": {
"page": "options.html",
"open_in_tab": true
},
"commands": {
"toggle-inspect": {
"suggested_key": {
"default": "Alt+Shift+E"
},
"description": "Toggle inspect mode on the active tab"
}
},
"browser_specific_settings": {
"gecko": {
"id": "{651f1825-5ed3-42cb-8817-ab068f4e3aab}",
"strict_min_version": "115.0",
"data_collection_permissions": {
"required": [
"none"
]
}
}
}
} 최고의 Web Element Selector Generator 대안
다음은 Web Element Selector Generator과(와) 유사한 Firefox add-on입니다:
Selector Generator (XPath/CSS)
Fhicks1021
Element Picker
Etree
Xpather
301.st
CSS Selector Capture
dev47
CSS Selector Generator
rxliuli
ElemPick - A Selector XPath Element Picker
Sixcious
Selectors-Ace
Idrees Kema
Element Pickicker
anita
Web Automation Selector Picker
mfthrmdhn
CSS Selector Finder
luck8my
HTML & CSS Extractor - CSS Picker
Josh L
Scraping — CSS & XPath finder
Dmitrii Senshov