V7 Gmail Zoom
Better reading experience on Gmail
V7 Gmail Zoomとは何ですか?
V7 Gmail Zoomはv7addonsによって開発されたChromeの拡張機能で、その主な機能は「Better reading experience on Gmail」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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\/*.*" ] } |