ZoomToScroll

Ctrl + Scroll will scroll normally rather than zooming.

ZoomToScrollคืออะไร?

ZoomToScroll เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ryan McElroy และคุณลักษณะหลักของมันคือ "Ctrl + Scroll will scroll normally rather than zooming."

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

ดาวน์โหลดไฟล์ส่วนขยาย ZoomToScroll ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        If you get annoyed by Chrome zooming when you press Ctrl when scrolling, this extension replaces that behavior with normal scrolling.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ ZoomToScroll ZoomToScroll
ID iaehfjjafflijdgfoglcpgjpgabghcel
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/zoomtoscroll/iaehfjjafflijdgfoglcpgjpgabghcel
คำอธิบาย Ctrl + Scroll will scroll normally rather than zooming.
ขนาดไฟล์ 7.65 KB
จำนวนการติดตั้ง 300
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2015-02-07
วันที่เผยแพร่ 2015-02-07
คะแนน 4.27/5 รวมทั้งหมด 15 คะแนน
ผู้พัฒนา Ryan McElroy
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ZoomToScroll",
    "version": "0.1",
    "description": "Ctrl + Scroll will scroll normally rather than zooming.",
    "icons": {
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "match_about_blank": true,
            "run_at": "document_start",
            "js": [
                "ZoomToScroll.js"
            ]
        }
    ]
}