Advanced Inputs

Customize and expand your mouse and touchscreen inputs.

Qu'est-ce que Advanced Inputs ?

Advanced Inputs est une extension Chrome développée par Tomáš Jarolím, et sa fonction principale est "Customize and expand your mouse and touchscreen inputs.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Advanced Inputs

Téléchargez les fichiers d'extension Advanced Inputs 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

                        / 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/                    

Informations de Base sur l'Extension

Nom Advanced Inputs Advanced Inputs
ID kecoefjmldppdcdlmpbmebkecdjkoanc
URL Officiel https://chromewebstore.google.com/detail/advanced-inputs/kecoefjmldppdcdlmpbmebkecdjkoanc
Description Customize and expand your mouse and touchscreen inputs.
Taille du Fichier 17.58 KB
Nombre d'Installations 18
Version Actuelle 1.0
Dernière Mise à Jour 2018-01-13
Date de Publication 2018-01-12
Évaluation 3.00/5 Total 2 Évaluations
Développeur Tomáš Jarolím
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/mXdevs/Advanced-Inputs
Langues Prises en Charge 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"
    ]
}