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.

Qu'est-ce que Hand Tool for browser ?

Hand Tool for browser est une extension Chrome développée par https://heppokofrontend.dev, et sa fonction principale est "Will enable you to scroll by dragging while holding down the space key, just like photo processing or illustration creation apps.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Hand Tool for browser

Téléchargez les fichiers d'extension Hand Tool for browser au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Hand Tool for browser Hand Tool for browser
ID pjoggomlkaanadbegagokiioonfaedle
URL Officiel https://chromewebstore.google.com/detail/hand-tool-for-browser/pjoggomlkaanadbegagokiioonfaedle
Description Will enable you to scroll by dragging while holding down the space key, just like photo processing or illustration creation apps.
Taille du Fichier 12.96 KB
Nombre d'Installations 130
Version Actuelle 1.1.2
Dernière Mise à Jour 2023-03-17
Date de Publication 2021-10-06
Évaluation 4.00/5 Total 1 Évaluations
Développeur https://heppokofrontend.dev
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/heppokofrontend/chrome-extension-hand-tool
URL de la Page d'Aide https://github.com/heppokofrontend/chrome-extension-hand-tool/issues
URL de la Page de Politique de Confidentialité https://gist.github.com/heppokofrontend/0247f1d697df2fd8e798320f403727e8
Langues Prises en Charge 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"
}