Quick Zoom

Enables browser zoom with Cmd + mouse wheel

ما هو Quick Zoom؟

Quick Zoom هو إضافة Chrome تم تطويرها بواسطة Tom Scott، والميزة الرئيسية لها هي "Enables browser zoom with Cmd + mouse wheel".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Quick Zoom

قم بتنزيل ملفات الامتداد Quick Zoom بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Quick Zoom allows you to zoom into the page using your mouse wheel and holding down the Cmd key.

Similar to the Ctrl + mouse wheel on Windows, Quick Zoom brings this functionality to macOS.

Usage: 
macOS
Hold down your Cmd key and scroll with your mouse to zoom in and out of the page.

Windows
Hold down the Windows key and scroll with your mouse to zoom in and out of the page. The browser also allows you to zoom by holding Ctrl and scrolling with your mouse wheel without this extension.

For more information see the website.                    

معلومات أساسية عن التمديد

الاسم Quick Zoom Quick Zoom
ID lgallnmjflibiofogpfalipjikgdaipb
عنوان URL الرسمي https://chromewebstore.google.com/detail/quick-zoom/lgallnmjflibiofogpfalipjikgdaipb
الوصف Enables browser zoom with Cmd + mouse wheel
حجم الملف 15.84 KB
عدد التثبيتات 2,339
النسخة الحالية 1.0.1
آخر تحديث 2020-12-24
تاريخ النشر 2020-11-01
تقييم 4.05/5 مجموع تقييمات 19
المطور Tom Scott
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/Silver292/quick-zoom
عنوان صفحة المساعدة https://github.com/Silver292/quick-zoom/issues
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Quick Zoom",
    "version": "1.0.1",
    "description": "Enables browser zoom with Cmd + mouse wheel",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistant": "false"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "permissions": [],
    "icons": {
        "16": "logo_16.png",
        "48": "logo_48.png",
        "128": "logo_128.png"
    },
    "manifest_version": 2
}