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.

Was ist Hand Tool for browser?

Hand Tool for browser ist eine Chrome-Erweiterung, die von https://heppokofrontend.dev entwickelt wurde, und ihr Hauptmerkmal ist "Will enable you to scroll by dragging while holding down the space key, just like photo processing or illustration creation apps.".

Erweiterungsscreenshots

screenshot
screenshot

Hand Tool for browser-Erweiterungs-CRX-Datei herunterladen

Laden Sie Hand Tool for browser-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Hand Tool for browser Hand Tool for browser
ID pjoggomlkaanadbegagokiioonfaedle
Offizielle URL https://chromewebstore.google.com/detail/hand-tool-for-browser/pjoggomlkaanadbegagokiioonfaedle
Beschreibung Will enable you to scroll by dragging while holding down the space key, just like photo processing or illustration creation apps.
Dateigröße 12.96 KB
Installationsanzahl 130
Aktuelle Version 1.1.2
Letztes Update 2023-03-17
Veröffentlichungsdatum 2021-10-06
Bewertung 4.00/5 Insgesamt 1 Bewertungen
Entwickler https://heppokofrontend.dev
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/heppokofrontend/chrome-extension-hand-tool
Hilfeseite URL https://github.com/heppokofrontend/chrome-extension-hand-tool/issues
URL der Datenschutzrichtlinien-Seite https://gist.github.com/heppokofrontend/0247f1d697df2fd8e798320f403727e8
Unterstützte Sprachen 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"
}