By: Speedkore
Inspect and view changes in DragLinks source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "DragLinks",
"version": "1.11",
"description": "Drag links to open them in new foreground/background tab",
"icons": {
"48": "icons/vertical-drag-48.png"
},
"content_scripts": [
{
"matches": [
"*://*/*",
"file:///*"
],
"js": [
"drag.js"
],
"run_at": "document_start"
}
],
"permissions": [
"tabs",
"storage"
],
"background": {
"scripts": [
"background-script.js"
]
},
"applications": {
"gecko": {
"id": "sp33dk0r3@gmail.com"
}
},
"options_ui": {
"page": "options.html",
"browser_style": true
}
} Best DragLinks Alternatives
Here are some Firefox add-ons that are similar to DragLinks: