Hand Tool for browser

Will enable you to scroll by dragging while holding down the space key, just like photo processing or illustration creation apps.

什么是Hand Tool for browser?

Hand Tool for browser是由https://heppokofrontend.dev开发的Chrome扩展程序,该扩展的主要功能是“Will enable you to scroll by dragging while holding down the space key, just like photo processing or illustration creation apps.”。

扩展截图

screenshot
screenshot

下载Hand Tool for browser扩展crx文件

下载Hand Tool for browser扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        By clicking on the browser extension icon, you can switch the keys required for this function.

Pattern A: "Space" only
Pattern B: "Space + Shift + Ctrl (or Cmd for macOS)"

In Pattern A, pressing the "Space key" while holding down the "Ctrl key (or Command)" scrolls down.
If you hold down the "Shift key", it scrolls up.

In Pattern B, if the "Ctrl key (or Command key)" is not pressed, the browser's standard behavior allows scrolling.

* It is recommended to restart your browser once after installing this extension.                    

扩展基本信息

名称 Hand Tool for browser Hand Tool for browser
ID pjoggomlkaanadbegagokiioonfaedle
官方URL https://chromewebstore.google.com/detail/hand-tool-for-browser/pjoggomlkaanadbegagokiioonfaedle
简介 Will enable you to scroll by dragging while holding down the space key, just like photo processing or illustration creation apps.
文件大小 12.96 KB
安装次数 130
当前版本 1.1.2
更新时间 2023-03-17
上架时间 2021-10-06
评分 4.00/5 共1次评分
开发者 https://heppokofrontend.dev
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/heppokofrontend/chrome-extension-hand-tool
帮助页面URL https://github.com/heppokofrontend/chrome-extension-hand-tool/issues
隐私政策页面URL https://gist.github.com/heppokofrontend/0247f1d697df2fd8e798320f403727e8
支持的语言 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "version": "1.1.2",
    "description": "__MSG_extDesc__",
    "action": {
        "default_icon": "icon.png"
    },
    "background": {
        "service_worker": "worker.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content-scripts.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage"
    ],
    "icons": {
        "128": "icon.png"
    },
    "default_locale": "en"
}