Grab n' Drag - Scrolling made easy

Scroll web pages by dragging them with your mouse

Τι είναι το Grab n' Drag - Scrolling made easy;

Το Grab n' Drag - Scrolling made easy είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον davidu, και η κύρια λειτουργία του είναι "Scroll web pages by dragging them with your mouse".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Grab n' Drag - Scrolling made easy

Λήψη αρχείων επέκτασης Grab n' Drag - Scrolling made easy σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Grab n' Drag - Scrolling made easy Grab n' Drag - Scrolling made easy
ID ngmajcafpheboagideajmejgcaafpjpi
Επίσημο URL https://chrome.google.com/webstore/detail/grab-n-drag-scrolling-mad/ngmajcafpheboagideajmejgcaafpjpi
Περιγραφή Scroll web pages by dragging them with your mouse
Μέγεθος Αρχείου 24.13 KB
Αριθμός Εγκαταστάσεων 91
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2020-05-23
Ημερομηνία Δημοσίευσης 2020-05-23
Αξιολόγηση 2.80/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής davidu
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
            ]
        }
    ]
}