By: Yu
Inspect and view changes in UTF Finder source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "UTF Finder",
"description": "Click on any element to get the xPath",
"homepage_url": "https://github.com/trembacz/xpath-finder",
"version": "1.0.0",
"icons": {
"64": "icons/default-64.png"
},
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": "icons/default-64.png",
"default_title": "Click on any element to get the xPath"
},
"content_scripts": [
{
"all_frames": true,
"matches": [
"<all_urls>"
],
"js": [
"inspect.js"
]
}
],
"commands": {
"toggle-xpath": {
"suggested_key": {
"default": "Ctrl+Shift+U",
"mac": "Command+Shift+U"
},
"description": "Toggle plugin"
}
},
"options_ui": {
"page": "options.html"
},
"permissions": [
"activeTab",
"<all_urls>",
"storage"
],
"browser_specific_settings": {
"gecko": {
"id": "{6573085a-6d0b-4f3a-8220-b26306711532}"
}
}
} Best UTF Finder Alternatives
Here are some Firefox add-ons that are similar to UTF Finder: