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

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

                        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/
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": "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"
    }
}