Tilt

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

Tiltคืออะไร?

Tilt เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://sidnicio.us และคุณลักษณะหลักของมันคือ "Scroll web pages by moving your computer, not your mouse."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tilt

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}