V7 Gmail Zoom
Better reading experience on Gmail
What is V7 Gmail Zoom?
V7 Gmail Zoom is a Chrome extension developed by v7addons, and its main feature is "Better reading experience on Gmail".
Extension Screenshots
Download V7 Gmail Zoom Extension CRX File
Download V7 Gmail Zoom extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | V7 Gmail Zoom |
ID | nmddnckmbnlpdaehblenpajpfeajaejm |
Official URL | https://chromewebstore.google.com/detail/v7-gmail-zoom/nmddnckmbnlpdaehblenpajpfeajaejm |
Description | Better reading experience on Gmail |
File Size | 95.87 KB |
Installation Count | 1,304 |
Current Version | 2.1 |
Last Updated | 2020-02-04 |
Publish Date | 2020-02-04 |
Rating | 4.89/5 Total 19 Ratings |
Developer | v7addons |
[email protected] | |
Payment Type | free |
Supported Languages | 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\/*.*" ] } |