Zoom with manual input

This is an extension to set up Zoom with manual input.

ما هو Zoom with manual input؟

Zoom with manual input هو إضافة Chrome تم تطويرها بواسطة developer.waieight.، والميزة الرئيسية لها هي "This is an extension to set up Zoom with manual input.".

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

screenshot

تحميل ملف CRX للإضافة Zoom with manual input

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

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

                        Set the zoom level for each domain in detail.

When you click the icon, a dialog will be displayed. Enter the zoom level.                    

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

الاسم Zoom with manual input Zoom with manual input
ID iolnmdaogdgephcdcbblpaiafbjahobd
عنوان URL الرسمي https://chromewebstore.google.com/detail/zoom-with-manual-input/iolnmdaogdgephcdcbblpaiafbjahobd
الوصف This is an extension to set up Zoom with manual input.
حجم الملف 9.31 KB
عدد التثبيتات 127
النسخة الحالية 0.0.0.8
آخر تحديث 2022-06-30
تاريخ النشر 2020-09-05
تقييم 5.00/5 مجموع تقييمات 2
المطور developer.waieight.
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://waieight.hatenablog.jp/
عنوان صفحة سياسة الخصوصية https://waieight.hatenablog.jp/entry/2021/03/23/180238
اللغات المدعومة en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Zoom with manual input",
    "version": "5.0.0.8",
    "version_name": "0.0.0.8",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "icons": {
        "128": "\/icon\/icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/js\/complete.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "\/icon\/icon_128.png"
        },
        "default_title": "Zoom with manual input"
    }
}