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é es Hand Tool for browser?

Hand Tool for browser es una extensión de Chrome desarrollada por https://heppokofrontend.dev, y su función principal es "Will enable you to scroll by dragging while holding down the space key, just like photo processing or illustration creation apps.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Hand Tool for browser

Descarga archivos de extensión Hand Tool for browser en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Hand Tool for browser Hand Tool for browser
ID pjoggomlkaanadbegagokiioonfaedle
URL Oficial https://chromewebstore.google.com/detail/hand-tool-for-browser/pjoggomlkaanadbegagokiioonfaedle
Descripción Will enable you to scroll by dragging while holding down the space key, just like photo processing or illustration creation apps.
Tamaño del Archivo 12.96 KB
Cantidad de Instalaciones 130
Versión Actual 1.1.2
Última Actualización 2023-03-17
Fecha de Publicación 2021-10-06
Calificación 4.00/5 Total de 1 Calificaciones
Desarrollador https://heppokofrontend.dev
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/heppokofrontend/chrome-extension-hand-tool
URL de la Página de Ayuda https://github.com/heppokofrontend/chrome-extension-hand-tool/issues
URL de la Página de Política de Privacidad https://gist.github.com/heppokofrontend/0247f1d697df2fd8e798320f403727e8
Idiomas Soportados 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"
}