Tilt

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

Wat is Tilt?

Tilt is een Chrome-extensie ontwikkeld door https://sidnicio.us, en de belangrijkste functie is "Scroll web pages by moving your computer, not your mouse.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Tilt

Download Tilt-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                                            

Basisinformatie over de Extensie

Naam Tilt Tilt
ID dfnmabnlehidafedjpcnilkjeoliefee
Officiële URL https://chrome.google.com/webstore/detail/tilt/dfnmabnlehidafedjpcnilkjeoliefee
Beschrijving Scroll web pages by moving your computer, not your mouse.
Bestandsgrootte 13.27 KB
Aantal Installaties 214
Huidige Versie 0.6.3
Laatst Bijgewerkt 2016-03-05
Publicatiedatum 2016-03-05
Beoordeling 4.50/5 Totaal 2 Beoordelingen
Ontwikkelaar https://sidnicio.us
Betalingswijze free
Ondersteunde Talen 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"
    ]
}