Grab n' Drag - Scrolling made easy

Scroll web pages by dragging them with your mouse

Wat is Grab n' Drag - Scrolling made easy?

Grab n' Drag - Scrolling made easy is een Chrome-extensie ontwikkeld door davidu, en de belangrijkste functie is "Scroll web pages by dragging them with your mouse".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Grab n' Drag - Scrolling made easy

Download Grab n' Drag - Scrolling made easy-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Grab n' Drag - Scrolling made easy Grab n' Drag - Scrolling made easy
ID ngmajcafpheboagideajmejgcaafpjpi
Officiële URL https://chrome.google.com/webstore/detail/grab-n-drag-scrolling-mad/ngmajcafpheboagideajmejgcaafpjpi
Beschrijving Scroll web pages by dragging them with your mouse
Bestandsgrootte 24.13 KB
Aantal Installaties 91
Huidige Versie 1.0
Laatst Bijgewerkt 2020-05-23
Publicatiedatum 2020-05-23
Beoordeling 2.80/5 Totaal 5 Beoordelingen
Ontwikkelaar davidu
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}