Auto Zoom from Width

Zoom to fit the screen width.

ما هو Auto Zoom from Width؟

Auto Zoom from Width هو إضافة Chrome تم تطويرها بواسطة developer.waieight.، والميزة الرئيسية لها هي "Zoom to fit the screen width.".

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

screenshot

تحميل ملف CRX للإضافة Auto Zoom from Width

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

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

                        How to operate
・Click the icon on the toolbar to switch ON/OFF.

Caution
・Zooming may not work well depending on the page structure.                    

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

الاسم Auto Zoom from Width Auto Zoom from Width
ID ehabnkadhfjkadoibcmghbjjfiglkedn
عنوان URL الرسمي https://chromewebstore.google.com/detail/auto-zoom-from-width/ehabnkadhfjkadoibcmghbjjfiglkedn
الوصف Zoom to fit the screen width.
حجم الملف 11.22 KB
عدد التثبيتات 138
النسخة الحالية 0.0.0.239
آخر تحديث 2023-12-24
تاريخ النشر 2020-07-03
تقييم 5.00/5 مجموع تقييمات 1
المطور 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": "Auto Zoom from Width",
    "version": "7.0.0.239",
    "version_name": "0.0.0.239",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "icons": {
        "128": "\/icon\/icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/js\/zoom.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "tabs",
        "webNavigation"
    ],
    "action": {
        "default_icon": {
            "16": "\/icon\/icon_128.png"
        },
        "default_title": "Auto Zoom from Width"
    }
}