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.

Wat is Hand Tool for browser?

Hand Tool for browser is een Chrome-extensie ontwikkeld door https://heppokofrontend.dev, en de belangrijkste functie is "Will enable you to scroll by dragging while holding down the space key, just like photo processing or illustration creation apps.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Hand Tool for browser

Download Hand Tool for browser-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Hand Tool for browser Hand Tool for browser
ID pjoggomlkaanadbegagokiioonfaedle
Officiële URL https://chromewebstore.google.com/detail/hand-tool-for-browser/pjoggomlkaanadbegagokiioonfaedle
Beschrijving Will enable you to scroll by dragging while holding down the space key, just like photo processing or illustration creation apps.
Bestandsgrootte 12.96 KB
Aantal Installaties 130
Huidige Versie 1.1.2
Laatst Bijgewerkt 2023-03-17
Publicatiedatum 2021-10-06
Beoordeling 4.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://heppokofrontend.dev
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/heppokofrontend/chrome-extension-hand-tool
Help Pagina-URL https://github.com/heppokofrontend/chrome-extension-hand-tool/issues
URL van de Privacybeleid Pagina https://gist.github.com/heppokofrontend/0247f1d697df2fd8e798320f403727e8
Ondersteunde Talen 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"
}