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
官方網址 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"
}