By: Shailendra
Inspect and view changes in Click and Drag Scroll source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "Click and Drag Scroll",
"version": "1.0.0",
"description": "An extension to enable scroll with mouse drag.",
"permissions": [
"activeTab",
"storage"
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
}
},
"background": {
"scripts": [
"background.js"
],
"type": "module"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
],
"run_at": "document_idle"
}
],
"icons": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
},
"browser_specific_settings": {
"gecko": {
"id": "click-drag-scroll@shailendra.xyz"
}
}
} Best Click and Drag Scroll Alternatives
Here are some Firefox add-ons that are similar to Click and Drag Scroll:
Click&Scroll
erich-sch
DragOnWeb
iraj
Scroll Anywhere
CitizenOfWorld
Roller
ubermanu
GDS - Grab Drag Scroller
CodeV
Grab Scroll
Mario
SideScroll
weaving
Drag Scroll
Peter Nerlich
Simple Grab Scroll 2
Mario
Simple AutoScrol
FB88
Middle Mouse Button Scroll
Стоян Димитров
Drag-Select Link Text
Kestrel