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はdaviduによって開発されたChromeの拡張機能で、その主な機能は「Scroll web pages by dragging them with your mouse」です。

拡張機能のスクリーンショット

screenshot

Grab n' Drag - Scrolling made easy拡張機能のCRXファイルをダウンロード

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"
            ]
        }
    ]
}