Zoom Controller

Expand your zoom controls

ما هو Zoom Controller؟

Zoom Controller هو إضافة Chrome تم تطويرها بواسطة chysuend828، والميزة الرئيسية لها هي "Expand your zoom controls".

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

screenshot

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

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

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

                        A new product with a magnification function is in front of you. This is Zoom Controller with which you can set any zoom options in your browser. The Zoom Controller extension has the ability to apply settings for one site, or for several at the same time. Specify nightly zoom percentage, save and use your browser at any time in Zoom Controller. You can also save variations across devices. All the amenities for you. Our product is completely free. Download and use faster. We are sure. that you will love everything in our unique Zoom Controller extension.                    

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

الاسم Zoom Controller Zoom Controller
ID igdonoibjmhnliijiamkccfnhjccppaj
عنوان URL الرسمي https://chrome.google.com/webstore/detail/zoom-controller/igdonoibjmhnliijiamkccfnhjccppaj
الوصف Expand your zoom controls
حجم الملف 27.08 KB
عدد التثبيتات 1,000
النسخة الحالية 1.3
آخر تحديث 2022-10-13
تاريخ النشر 2021-02-19
تقييم 3.40/5 مجموع تقييمات 5
المطور chysuend828
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "js\/bg.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "128": "css\/logo.png"
        },
        "default_popup": "option\/option.html"
    },
    "content_scripts": [
        {
            "js": [
                "exec\/content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "default_locale": "en",
    "description": "Expand your zoom controls",
    "icons": {
        "128": "css\/logo.png"
    },
    "manifest_version": 2,
    "name": "Zoom Controller",
    "permissions": [
        "storage",
        ""
    ],
    "version": "1.3"
}