Tilt

Scroll web pages by moving your computer, not your mouse.

Cos'è Tilt?

Tilt è un'estensione di Chrome sviluppata da https://sidnicio.us, e la sua funzione principale è "Scroll web pages by moving your computer, not your mouse.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Tilt

Scarica i file di estensione Tilt in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                                            

Informazioni di Base sull'Estensione

Nome Tilt Tilt
ID dfnmabnlehidafedjpcnilkjeoliefee
URL Ufficiale https://chrome.google.com/webstore/detail/tilt/dfnmabnlehidafedjpcnilkjeoliefee
Descrizione Scroll web pages by moving your computer, not your mouse.
Dimensione del File 13.27 KB
Conteggio Installazioni 214
Versione Corrente 0.6.3
Ultimo Aggiornamento 2016-03-05
Data di Pubblicazione 2016-03-05
Valutazione 4.50/5 Totale 2 Valutazioni
Sviluppatore https://sidnicio.us
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tilt",
    "version": "0.6.3",
    "description": "Scroll web pages by moving your computer, not your mouse.",
    "icons": {
        "48": "icons\/tilt-48.png",
        "128": "icons\/tilt-128.png"
    },
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/tilt-19.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "tabs"
    ]
}