By: ness4laizip
Inspect and view changes in SelectorPick source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "SelectorPick",
"version": "7.5.9",
"description": "Click any element to get its CSS selector and copy it",
"browser_specific_settings": {
"gecko": {
"id": "{ce8746f5-e61b-4931-8734-86581ab0a1a8}",
"strict_min_version": "96.0",
"data_collection_permissions": {
"required": [
"none"
]
}
}
},
"icons": {
"16": "media/n16.png",
"32": "media/n32.png",
"48": "media/n48.png",
"96": "media/n96.png",
"128": "media/n128.png"
},
"browser_action": {
"default_popup": "display/view.html",
"default_icon": {
"16": "media/n16.png",
"32": "media/n32.png",
"48": "media/n48.png",
"96": "media/n96.png",
"128": "media/n128.png"
}
},
"background": {
"scripts": [
"runtime/engine.js"
]
},
"permissions": [
"tabs",
"activeTab",
"clipboardWrite"
],
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"selector_picker.js"
],
"run_at": "document_idle"
}
]
} Best SelectorPick Alternatives
Here are some Firefox add-ons that are similar to SelectorPick:
Element Pickicker
anita
Element Picker
lossoe
CSS Selector Finder
luck8my
CSSInspect
ness4laizip
Selector Generator (XPath/CSS)
Fhicks1021
HTML & CSS Extractor - CSS Picker
Josh L
ElemPick - A Selector XPath Element Picker
Sixcious
CSS Selector Capture
dev47
element-selector (AI helper)
Med D. Bouthouri
CSS Selector
uzak
Click-to-Color Picker
789club
QueryQuill
Thompson