Advanced Inputs

Customize and expand your mouse and touchscreen inputs.

O que é Advanced Inputs?

Advanced Inputs é uma extensão do Chrome desenvolvida por Tomáš Jarolím, e sua principal característica é "Customize and expand your mouse and touchscreen inputs.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Advanced Inputs

Baixe arquivos de extensão Advanced Inputs 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

                        / mouse

Browse the history with double-click.

Scroll to the top by click both buttons at the same time.

Stop mouse cursor on a text field for focus it.
Shake mouse over a text field for erase it.

/ touch

Browse the history with shortcuts.
Lock the browser with triple-click.
Set your own unlock shortcut.

Boost your scrolling speed.

Erase a text field by swipe over it.
Open link in new tab by swipe over it.

====================================

https://addons.mozilla.org/en-US/firefox/addon/advanced-inputs/                    

Informações Básicas da Extensão

Nome Advanced Inputs Advanced Inputs
ID kecoefjmldppdcdlmpbmebkecdjkoanc
URL Oficial https://chromewebstore.google.com/detail/advanced-inputs/kecoefjmldppdcdlmpbmebkecdjkoanc
Descrição Customize and expand your mouse and touchscreen inputs.
Tamanho do Arquivo 17.58 KB
Contagem de Instalações 18
Versão Atual 1.0
Última Atualização 2018-01-13
Data de Publicação 2018-01-12
Classificação 3.00/5 Total de 2 Avaliações
Desenvolvedor Tomáš Jarolím
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/mXdevs/Advanced-Inputs
Idiomas Suportados de,en,fr,es,cs
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Advanced Inputs",
    "version": "1.0",
    "default_locale": "en",
    "description": "__MSG_extExp__",
    "icons": {
        "128": "icon128.png"
    },
    "author": "Tom\u00e1\u0161 Jarol\u00edm",
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "storage",
        "tabs",
        "sessions",
        "bookmarks"
    ],
    "options_page": "html\/options.html",
    "options_ui": {
        "chrome_style": true,
        "page": "html\/options.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end",
            "js": [
                "etc\/vars.js",
                "js\/PlS.js",
                "js\/content.js"
            ],
            "css": [
                "css\/content.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "icon128.png"
    ]
}