Zoom for Websites

Easy zoom for websites. Adjust the magnification or reduction by himself.

ما هو Zoom for Websites؟

Zoom for Websites هو إضافة Chrome تم تطويرها بواسطة 100 000+ Downloads، والميزة الرئيسية لها هي "Easy zoom for websites. Adjust the magnification or reduction by himself.".

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

screenshot

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

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

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

                        You can zoom in/out any webpage. Click right mouse button on actual website. Then choose size display site in context menu.                    

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

الاسم Zoom for Websites Zoom for Websites
ID dclhpakjcakdjgnnkhkjiimbkmefkacm
عنوان URL الرسمي https://chrome.google.com/webstore/detail/zoom-for-websites/dclhpakjcakdjgnnkhkjiimbkmefkacm
الوصف Easy zoom for websites. Adjust the magnification or reduction by himself.
حجم الملف 84.16 KB
عدد التثبيتات 616
النسخة الحالية 1.0.0
آخر تحديث 2016-10-05
تاريخ النشر 2016-10-05
تقييم 2.75/5 مجموع تقييمات 4
المطور 100 000+ Downloads
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0",
    "name": "Zoom for Websites",
    "description": "Easy zoom for websites. Adjust the magnification or reduction by himself.",
    "background": {
        "scripts": [
            "js\/jquery.js",
            "background.js"
        ]
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "permissions": [
        "",
        "tabs",
        "contextMenus"
    ],
    "icons": {
        "16": "img\/ico_16.png",
        "48": "img\/ico_48.png"
    }
}