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.

What is Hand Tool for browser?

Hand Tool for browser is a Chrome extension developed by https://heppokofrontend.dev, and its main feature is "Will enable you to scroll by dragging while holding down the space key, just like photo processing or illustration creation apps.".

Extension Screenshots

screenshot
screenshot

Download Hand Tool for browser Extension CRX File

Download Hand Tool for browser extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Hand Tool for browser Hand Tool for browser
ID pjoggomlkaanadbegagokiioonfaedle
Official URL https://chromewebstore.google.com/detail/hand-tool-for-browser/pjoggomlkaanadbegagokiioonfaedle
Description Will enable you to scroll by dragging while holding down the space key, just like photo processing or illustration creation apps.
File Size 12.96 KB
Installation Count 130
Current Version 1.1.2
Last Updated 2023-03-17
Publish Date 2021-10-06
Rating 4.00/5 Total 1 Ratings
Developer https://heppokofrontend.dev
Email [email protected]
Payment Type free
Extension Website https://github.com/heppokofrontend/chrome-extension-hand-tool
Help Page URL https://github.com/heppokofrontend/chrome-extension-hand-tool/issues
Privacy Policy Page URL https://gist.github.com/heppokofrontend/0247f1d697df2fd8e798320f403727e8
Supported Languages 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"
}