SmoothZoom – Quick Page Zoom

Pinch-to-zoom convenience, now on your desktop.

SmoothZoom – Quick Page Zoomคืออะไร?

SmoothZoom – Quick Page Zoom เป็นส่วนขยายของ Chrome ที่พัฒนาโดย KristijanRoss และคุณลักษณะหลักของมันคือ "Pinch-to-zoom convenience, now on your desktop."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SmoothZoom – Quick Page Zoom

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

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

                        Hold right-click and spin the mouse wheel to zoom toward the cursor. Enjoy the convenience of pinch-to-zoom functionality from touch screens, now available on your desktop.

Try it out on this DEMO website, without downloading: https://zoom.k1k1.dev/

Many touchpads support pinch-to-zoom in a way that they trigger the built-in page zoom. You can intercept this action by changing the zoom activation key from "RClick" to "Ctrl". This way, you don't need a mouse wheel to use SmoothZoom!                    

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

ชื่อ SmoothZoom – Quick Page Zoom SmoothZoom – Quick Page Zoom
ID nlloamlgdioincflcopfgkbikjgaiihg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/smoothzoom-%E2%80%93-quick-page-z/nlloamlgdioincflcopfgkbikjgaiihg
คำอธิบาย Pinch-to-zoom convenience, now on your desktop.
ขนาดไฟล์ 236 KB
จำนวนการติดตั้ง 1,242
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2023-06-06
วันที่เผยแพร่ 2022-03-21
คะแนน 4.77/5 รวมทั้งหมด 35 คะแนน
ผู้พัฒนา KristijanRoss
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://zoom.k1k1.dev
URL หน้านโยบายความเป็นส่วนตัว https://ednevnik.plus/politika-privatnosti
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "SmoothZoom \u2013 Quick Page Zoom",
    "version": "1.2",
    "description": "Pinch-to-zoom convenience, now on your desktop.",
    "author": "Kristijan Rosandi\u0107",
    "offline_enabled": true,
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_popup": "popup\/popup.html"
    },
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "background": {
        "service_worker": "background\/service-worker.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "inject\/content-script.js"
            ],
            "css": [
                "inject\/style.css"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "inject\/frame-messenger.js"
            ],
            "all_frames": true,
            "match_about_blank": true
        }
    ]
}