V7 Gmail Zoom
Better reading experience on Gmail
Wat is V7 Gmail Zoom?
V7 Gmail Zoom is een Chrome-extensie ontwikkeld door v7addons, en de belangrijkste functie is "Better reading experience on Gmail".
Extensie Screenshots
Download het CRX-bestand van de extensie V7 Gmail Zoom
Download V7 Gmail Zoom-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | V7 Gmail Zoom |
ID | nmddnckmbnlpdaehblenpajpfeajaejm |
Officiële URL | https://chromewebstore.google.com/detail/v7-gmail-zoom/nmddnckmbnlpdaehblenpajpfeajaejm |
Beschrijving | Better reading experience on Gmail |
Bestandsgrootte | 95.87 KB |
Aantal Installaties | 1,304 |
Huidige Versie | 2.1 |
Laatst Bijgewerkt | 2020-02-04 |
Publicatiedatum | 2020-02-04 |
Beoordeling | 4.89/5 Totaal 19 Beoordelingen |
Ontwikkelaar | v7addons |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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\/*.*" ] } |