By: luck8my
Inspect and view changes in CSS Selector Finder source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "CSS Selector Finder",
"version": "1.0.0",
"description": "Pick an element on the page and copy a unique CSS selector or XPath. Also copy text/HTML.",
"icons": {
"16": "icons/icon-16.png",
"32": "icons/icon-32.png",
"48": "icons/icon-48.png",
"128": "icons/icon-128.png"
},
"permissions": [
"activeTab",
"tabs",
"clipboardWrite"
],
"browser_action": {
"default_title": "CSS Selector Finder",
"default_popup": "popup.html",
"default_icon": {
"16": "icons/icon-16.png",
"32": "icons/icon-32.png",
"48": "icons/icon-48.png",
"128": "icons/icon-128.png"
}
},
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
],
"run_at": "document_idle"
}
],
"browser_specific_settings": {
"gecko": {
"strict_min_version": "109.0",
"id": "{a7e293f8-f0f3-4b20-8e0e-a2f68066dfbe}"
}
}
} Best CSS Selector Finder Alternatives
Here are some Firefox add-ons that are similar to CSS Selector Finder:
SelectorPick
ness4laizip
Element Picker
Etree
Element Pickicker
anita
Selector Generator (XPath/CSS)
Fhicks1021
CSSInspect
ness4laizip
XPath Finder
XPath Finder
CSS Selector Generator
rxliuli
CSS Selector Capture
dev47
HTML & CSS Extractor - CSS Picker
Josh L
ElemPick - A Selector XPath Element Picker
Sixcious
QueryQuill
Thompson
Selector Gadget Zen
OmniManYolo