Tilt

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

What is Tilt?

Tilt is a Chrome extension developed by https://sidnicio.us, and its main feature is "Scroll web pages by moving your computer, not your mouse.".

Extension Screenshots

screenshot
screenshot

Download Tilt Extension CRX File

Download Tilt extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name Tilt Tilt
ID dfnmabnlehidafedjpcnilkjeoliefee
Official URL https://chrome.google.com/webstore/detail/tilt/dfnmabnlehidafedjpcnilkjeoliefee
Description Scroll web pages by moving your computer, not your mouse.
File Size 13.27 KB
Installation Count 214
Current Version 0.6.3
Last Updated 2016-03-05
Publish Date 2016-03-05
Rating 4.50/5 Total 2 Ratings
Developer https://sidnicio.us
Payment Type free
Supported Languages 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"
    ]
}