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 là gì?

Hand Tool for browser là một tiện ích mở rộng Chrome được phát triển bởi https://heppokofrontend.dev, và tính năng chính của nó là "Will enable you to scroll by dragging while holding down the space key, just like photo processing or illustration creation apps.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Hand Tool for browser

Tải xuống các tệp mở rộng Hand Tool for browser dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Hand Tool for browser Hand Tool for browser
ID pjoggomlkaanadbegagokiioonfaedle
URL Chính Thức https://chromewebstore.google.com/detail/hand-tool-for-browser/pjoggomlkaanadbegagokiioonfaedle
Mô tả Will enable you to scroll by dragging while holding down the space key, just like photo processing or illustration creation apps.
Kích Thước Tệp 12.96 KB
Số Lần Cài Đặt 130
Phiên Bản Hiện Tại 1.1.2
Cập Nhật Lần Cuối 2023-03-17
Ngày Phát Hành 2021-10-06
Đánh Giá 4.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://heppokofrontend.dev
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/heppokofrontend/chrome-extension-hand-tool
URL Trang Trợ Giúp https://github.com/heppokofrontend/chrome-extension-hand-tool/issues
URL Trang Chính Sách Bảo Mật https://gist.github.com/heppokofrontend/0247f1d697df2fd8e798320f403727e8
Ngôn Ngữ Được Hỗ Trợ 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"
}