V7 Gmail Zoom

Better reading experience on Gmail

什么是V7 Gmail Zoom?

V7 Gmail Zoom是由v7addons开发的Chrome扩展程序,该扩展的主要功能是“Better reading experience on Gmail”。

扩展截图

screenshot

下载V7 Gmail Zoom扩展crx文件

下载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\/*.*"
    ]
}