Grab n' Drag - Scrolling made easy

Scroll web pages by dragging them with your mouse

Apa itu Grab n' Drag - Scrolling made easy?

Grab n' Drag - Scrolling made easy adalah ekstensi Chrome yang dikembangkan oleh davidu, dan fitur utamanya adalah "Scroll web pages by dragging them with your mouse".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Grab n' Drag - Scrolling made easy

Unduh file ekstensi Grab n' Drag - Scrolling made easy dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Grab n' Drag - Scrolling made easy Grab n' Drag - Scrolling made easy
ID ngmajcafpheboagideajmejgcaafpjpi
URL Resmi https://chrome.google.com/webstore/detail/grab-n-drag-scrolling-mad/ngmajcafpheboagideajmejgcaafpjpi
Deskripsi Scroll web pages by dragging them with your mouse
Ukuran File 24.13 KB
Jumlah Instalasi 91
Versi Saat Ini 1.0
Terakhir Diperbarui 2020-05-23
Tanggal Publikasi 2020-05-23
Penilaian 2.80/5 Total 5 Penilaian
Pengembang davidu
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}