By: Sabatista55
Inspect and view changes in LinkGrabber source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "LinkGrabber",
"version": "1.0",
"description": "Effortlessly copy all links from any webpage with a single click. Enjoy a stunning, modern popup to view, search, and copy individual links with ease.",
"permissions": [
"tabs",
"storage",
"notifications",
"activeTab",
"clipboardWrite",
"<all_urls>"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"browser_action": {
"default_popup": "popup.html",
"default_icon": {
"48": "icon.png"
}
},
"icons": {
"48": "icon.png"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
]
}
],
"browser_specific_settings": {
"gecko": {
"id": "{56ef427b-e116-4be0-a067-4f89c82d06f6}"
}
}
} Best LinkGrabber Alternatives
Here are some Firefox add-ons that are similar to LinkGrabber: