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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://heppokofrontend.dev และคุณลักษณะหลักของมันคือ "Will enable you to scroll by dragging while holding down the space key, just like photo processing or illustration creation apps."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hand Tool for browser

ดาวน์โหลดไฟล์ส่วนขยาย 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"
}