By: ness4laizip
Inspect and view changes in ElementQuery source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "ElementQuery",
"version": "16.72.3",
"description": "Query CSS selectors by clicking elements on any webpage",
"browser_specific_settings": {
"gecko": {
"id": "{20a4b585-7b1b-4ff2-8721-2d3f770a7a34}",
"strict_min_version": "96.0",
"data_collection_permissions": {
"required": [
"none"
]
}
}
},
"icons": {
"16": "icons/s16.png",
"32": "icons/s32.png",
"48": "icons/s48.png",
"96": "icons/s96.png",
"128": "icons/s128.png"
},
"browser_action": {
"default_popup": "view/index.html",
"default_icon": {
"16": "icons/s16.png",
"32": "icons/s32.png",
"48": "icons/s48.png",
"96": "icons/s96.png",
"128": "icons/s128.png"
}
},
"background": {
"scripts": [
"core/worker.js"
]
},
"permissions": [
"tabs",
"activeTab",
"clipboardWrite"
],
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"selector_picker.js"
],
"run_at": "document_idle"
}
]
} Best ElementQuery Alternatives
Here are some Firefox add-ons that are similar to ElementQuery: