V7 Gmail Zoom

Better reading experience on Gmail

V7 Gmail Zoomคืออะไร?

V7 Gmail Zoom เป็นส่วนขยายของ Chrome ที่พัฒนาโดย v7addons และคุณลักษณะหลักของมันคือ "Better reading experience on Gmail"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย V7 Gmail Zoom

ดาวน์โหลดไฟล์ส่วนขยาย V7 Gmail Zoom ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Better reading experience on Gmail  

If you having difficulties reading small text in Gmail messages, no need to use browser zoom and enlarge the whole user interface.

This small extension can simply zoom only crucial parts of Gmail interface 
- list of messages
- received messages
- composed messages.

Zoom is saved for every next visit.
Please check the video for more info.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ V7 Gmail Zoom V7 Gmail Zoom
ID nmddnckmbnlpdaehblenpajpfeajaejm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/v7-gmail-zoom/nmddnckmbnlpdaehblenpajpfeajaejm
คำอธิบาย Better reading experience on Gmail
ขนาดไฟล์ 95.87 KB
จำนวนการติดตั้ง 1,304
เวอร์ชันปัจจุบัน 2.1
อัปเดตครั้งล่าสุด 2020-02-04
วันที่เผยแพร่ 2020-02-04
คะแนน 4.89/5 รวมทั้งหมด 19 คะแนน
ผู้พัฒนา v7addons
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "all_frames": false,
            "css": [
                "cnt.css"
            ],
            "js": [
                "cnt.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Better reading experience on Gmail",
    "icons": {
        "19": "img\/i19.png",
        "48": "img\/i48.png",
        "64": "img\/i64.png"
    },
    "manifest_version": 2,
    "name": "V7 Gmail Zoom",
    "permissions": [
        "storage"
    ],
    "version": "2.1",
    "web_accessible_resources": [
        "img\/*.*"
    ]
}