By: ness4laizip
Inspect and view changes in CSSInspect source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "CSSInspect",
"version": "5.2.8",
"description": "Inspect any page element and copy its CSS selector path",
"browser_specific_settings": {
"gecko": {
"id": "{755c8567-35aa-429c-8ccc-59db1948e53a}",
"strict_min_version": "96.0",
"data_collection_permissions": {
"required": [
"none"
]
}
}
},
"icons": {
"16": "png/16.png",
"32": "png/32.png",
"48": "png/48.png",
"96": "png/96.png",
"128": "png/128.png"
},
"browser_action": {
"default_popup": "html/popup.html",
"default_icon": {
"16": "png/16.png",
"32": "png/32.png",
"48": "png/48.png",
"96": "png/96.png",
"128": "png/128.png"
}
},
"background": {
"scripts": [
"task/bg.js"
]
},
"permissions": [
"tabs",
"activeTab",
"clipboardWrite"
],
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"selector_picker.js"
],
"run_at": "document_idle"
}
]
} Best CSSInspect Alternatives
Here are some Firefox add-ons that are similar to CSSInspect:
Element Picker
lossoe
Element Pickicker
anita
CSS Selector Finder
luck8my
CSS Spider
Mohith G
SelectorPick
ness4laizip
Selector Gadget Zen
OmniManYolo
CSS Viewer
cssviewer
CSS Inspector — Hover to Copy CSS
Eric
CSS Inspector — Hover to Copy CSS
Eric
CSS Viewer CJ
JUN88
CSS and XPath checker
TANIGUCHI Takaki
Page Element Inspector
Tailor Wood Haven