V7 Gmail Zoom

Better reading experience on Gmail

V7 Gmail Zoom là gì?

V7 Gmail Zoom là một tiện ích mở rộng Chrome được phát triển bởi v7addons, và tính năng chính của nó là "Better reading experience on Gmail".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng V7 Gmail Zoom

Tải xuống các tệp mở rộng V7 Gmail Zoom dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên V7 Gmail Zoom V7 Gmail Zoom
ID nmddnckmbnlpdaehblenpajpfeajaejm
URL Chính Thức https://chromewebstore.google.com/detail/v7-gmail-zoom/nmddnckmbnlpdaehblenpajpfeajaejm
Mô tả Better reading experience on Gmail
Kích Thước Tệp 95.87 KB
Số Lần Cài Đặt 1,304
Phiên Bản Hiện Tại 2.1
Cập Nhật Lần Cuối 2020-02-04
Ngày Phát Hành 2020-02-04
Đánh Giá 4.89/5 Tổng số 19 Đánh Giá
Nhà Phát Triển v7addons
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/*.*"
    ]
}