CTRL+Enter Image Zoom

Zoom image with CTRL+Enter

ما هو CTRL+Enter Image Zoom؟

CTRL+Enter Image Zoom هو إضافة Chrome تم تطويرها بواسطة husseyexplores، والميزة الرئيسية لها هي "Zoom image with CTRL+Enter".

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

screenshot

تحميل ملف CRX للإضافة CTRL+Enter Image Zoom

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

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

                        If you open an HD (zoomable) image in your browser tab, then you click click the image to zoom in/out. What if you  want to zoom with your keyboard? Well, that is exactly the purpose of this extension.

To toggle the zoom with your keyboard, just press `CTRL + Enter` or `CTRL + Space`. Scroll up/down/left/right with WASD keys!                    

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

الاسم CTRL+Enter Image Zoom CTRL+Enter Image Zoom
ID mbanbfmeljdgjcbifknlfdedhdnnepkj
عنوان URL الرسمي https://chromewebstore.google.com/detail/ctrl+enter-image-zoom/mbanbfmeljdgjcbifknlfdedhdnnepkj
الوصف Zoom image with CTRL+Enter
حجم الملف 13.23 KB
عدد التثبيتات 61
النسخة الحالية 0.3.0
آخر تحديث 2020-04-10
تاريخ النشر 2020-04-08
المطور husseyexplores
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/husseyexplores/image-zoom-extension
عنوان صفحة المساعدة https://github.com/husseyexplores/image-zoom-extension
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CTRL+Enter Image Zoom",
    "version": "0.3.0",
    "author": "Husseyexplores",
    "manifest_version": 2,
    "description": "Zoom image with CTRL+Enter",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end",
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}