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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Will enable you to scroll by dragging while holding down the space key, just like photo processing or illustration creation apps."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Hand Tool for browser एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
}