Tilt

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

Tiltとは何ですか?

Tiltはhttps://sidnicio.usによって開発されたChromeの拡張機能で、その主な機能は「Scroll web pages by moving your computer, not your mouse.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Tilt拡張機能のCRXファイルをダウンロード

Tilt拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 Tilt Tilt
ID dfnmabnlehidafedjpcnilkjeoliefee
公式URL https://chrome.google.com/webstore/detail/tilt/dfnmabnlehidafedjpcnilkjeoliefee
説明 Scroll web pages by moving your computer, not your mouse.
ファイルサイズ 13.27 KB
インストール数 214
現在のバージョン 0.6.3
最終更新日 2016-03-05
公開日 2016-03-05
評価 4.50/5 合計 2 レビュー
開発者 https://sidnicio.us
支払い方法 free
対応言語 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"
    ]
}