Wheel Tilt History Navigator

Navigate in the history by tilting the mouse wheel.

Qu'est-ce que Wheel Tilt History Navigator ?

Wheel Tilt History Navigator est une extension Chrome développée par Jiri Tyr, et sa fonction principale est "Navigate in the history by tilting the mouse wheel.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Wheel Tilt History Navigator

Téléchargez les fichiers d'extension Wheel Tilt History Navigator 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

                        If you have a mouse which has the tilt functionality on its wheel, then this extension allows you to navigate in the history by tilting the mouse wheel.                    

Informations de Base sur l'Extension

Nom Wheel Tilt History Navigator Wheel Tilt History Navigator
ID fdhiicnjgagpikbdgonbgmompjgnnbnb
URL Officiel https://chromewebstore.google.com/detail/wheel-tilt-history-naviga/fdhiicnjgagpikbdgonbgmompjgnnbnb
Description Navigate in the history by tilting the mouse wheel.
Taille du Fichier 23.05 KB
Nombre d'Installations 16
Version Actuelle 1.2
Dernière Mise à Jour 2013-09-30
Date de Publication 2013-09-30
Évaluation 3.14/5 Total 7 Évaluations
Développeur Jiri Tyr
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Wheel Tilt History Navigator",
    "version": "1.2",
    "description": "Navigate in the history by tilting the mouse wheel.",
    "icons": {
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/contentscript.js"
            ]
        }
    ]
}