SmoothZoom – Quick Page Zoom

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

What is SmoothZoom – Quick Page Zoom?

SmoothZoom – Quick Page Zoom is a Chrome extension developed by KristijanRoss, and its main feature is "Pinch-to-zoom convenience, now on your desktop.".

Extension Screenshots

screenshot
screenshot

Download SmoothZoom – Quick Page Zoom Extension CRX File

Download SmoothZoom – Quick Page Zoom extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name SmoothZoom – Quick Page Zoom SmoothZoom – Quick Page Zoom
ID nlloamlgdioincflcopfgkbikjgaiihg
Official URL https://chromewebstore.google.com/detail/smoothzoom-%E2%80%93-quick-page-z/nlloamlgdioincflcopfgkbikjgaiihg
Description Pinch-to-zoom convenience, now on your desktop.
File Size 236 KB
Installation Count 1,242
Current Version 1.2
Last Updated 2023-06-06
Publish Date 2022-03-21
Rating 4.77/5 Total 35 Ratings
Developer KristijanRoss
Email [email protected]
Payment Type free
Extension Website https://zoom.k1k1.dev
Privacy Policy Page URL https://ednevnik.plus/politika-privatnosti
Supported Languages 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
        }
    ]
}