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.

O que é Hand Tool for browser?

Hand Tool for browser é uma extensão do Chrome desenvolvida por https://heppokofrontend.dev, e sua principal característica é "Will enable you to scroll by dragging while holding down the space key, just like photo processing or illustration creation apps.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Hand Tool for browser

Baixe arquivos de extensão Hand Tool for browser no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Hand Tool for browser Hand Tool for browser
ID pjoggomlkaanadbegagokiioonfaedle
URL Oficial https://chromewebstore.google.com/detail/hand-tool-for-browser/pjoggomlkaanadbegagokiioonfaedle
Descrição Will enable you to scroll by dragging while holding down the space key, just like photo processing or illustration creation apps.
Tamanho do Arquivo 12.96 KB
Contagem de Instalações 130
Versão Atual 1.1.2
Última Atualização 2023-03-17
Data de Publicação 2021-10-06
Classificação 4.00/5 Total de 1 Avaliações
Desenvolvedor https://heppokofrontend.dev
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/heppokofrontend/chrome-extension-hand-tool
URL da Página de Ajuda https://github.com/heppokofrontend/chrome-extension-hand-tool/issues
URL da Página de Política de Privacidade https://gist.github.com/heppokofrontend/0247f1d697df2fd8e798320f403727e8
Idiomas Suportados 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"
}