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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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/
URL หน้านโยบายความเป็นส่วนตัว 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"
    }
}