Tilt

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

Apa itu Tilt?

Tilt adalah ekstensi Chrome yang dikembangkan oleh https://sidnicio.us, dan fitur utamanya adalah "Scroll web pages by moving your computer, not your mouse.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Tilt

Unduh file ekstensi Tilt dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                                            

Informasi Dasar Ekstensi

Nama Tilt Tilt
ID dfnmabnlehidafedjpcnilkjeoliefee
URL Resmi https://chrome.google.com/webstore/detail/tilt/dfnmabnlehidafedjpcnilkjeoliefee
Deskripsi Scroll web pages by moving your computer, not your mouse.
Ukuran File 13.27 KB
Jumlah Instalasi 214
Versi Saat Ini 0.6.3
Terakhir Diperbarui 2016-03-05
Tanggal Publikasi 2016-03-05
Penilaian 4.50/5 Total 2 Penilaian
Pengembang https://sidnicio.us
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}