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