Grab n' Drag - Scrolling made easy

Scroll web pages by dragging them with your mouse

What is Grab n' Drag - Scrolling made easy?

Grab n' Drag - Scrolling made easy is a Chrome extension developed by davidu, and its main feature is "Scroll web pages by dragging them with your mouse".

Extension Screenshots

screenshot

Download Grab n' Drag - Scrolling made easy Extension CRX File

Download Grab n' Drag - Scrolling made easy extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Scroll web pages by grabbing and dragging, using mouse right-click. 

Using the tool:
To scroll, click and hold the right mouse button.
To temporarily disable the tool, press and hold Ctrl.
Click the hand icon to enable/disable the tool.                    

Extension Basic Information

Name Grab n' Drag - Scrolling made easy Grab n' Drag - Scrolling made easy
ID ngmajcafpheboagideajmejgcaafpjpi
Official URL https://chrome.google.com/webstore/detail/grab-n-drag-scrolling-mad/ngmajcafpheboagideajmejgcaafpjpi
Description Scroll web pages by dragging them with your mouse
File Size 24.13 KB
Installation Count 91
Current Version 1.0
Last Updated 2020-05-23
Publish Date 2020-05-23
Rating 2.80/5 Total 5 Ratings
Developer davidu
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Grab n' Drag - Scrolling made easy",
    "short_name": "Grab n' Drag",
    "manifest_version": 2,
    "description": "Scroll web pages by dragging them with your mouse",
    "version": "1.0",
    "permissions": [],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "38": "images\/iconColor38.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persist": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "pan.js"
            ]
        }
    ]
}