Neat Messages for Gmail
Improves the readibility of plain text Gmail messages by putting them in a neat container.
Neat Messages for Gmailとは何ですか?
Neat Messages for GmailはHristiyan Dodovによって開発されたChromeの拡張機能で、その主な機能は「Improves the readibility of plain text Gmail messages by putting them in a neat container.」です。
拡張機能のスクリーンショット
Neat Messages for Gmail拡張機能のCRXファイルをダウンロード
Neat Messages for Gmail拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Tired of the extremely long rows of text in Gmail? This extension will help! All plain text emails are put in a neat container where you can comfortably read them. In the meantime, HTML emails that are designed and have everything looking nice will be left unchanged. WHAT'S NEW: - Now works with the new Gmail style - Removed the notifications permission -------------------------- This extension will NOT modify the emails’ content! It will only change how you (and only you) see them. -------------------------- Customize the extension via the Options page!
拡張機能の基本情報
名前 | Neat Messages for Gmail |
ID | lkpknmgfopkjcpbgkkcnoolijfggioba |
公式URL | https://chromewebstore.google.com/detail/neat-messages-for-gmail/lkpknmgfopkjcpbgkkcnoolijfggioba |
説明 | Improves the readibility of plain text Gmail messages by putting them in a neat container. |
ファイルサイズ | 72.16 KB |
インストール数 | 724 |
現在のバージョン | 2.0.2 |
最終更新日 | 2018-09-07 |
公開日 | 2018-09-06 |
評価 | 5.00/5 合計 4 レビュー |
開発者 | Hristiyan Dodov |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Neat Messages for Gmail", "version": "2.0.2", "author": "Hristiyan Dodov", "description": "Improves the readibility of plain text Gmail messages by putting them in a neat container.", "icons": { "16": "img\/icon-16.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" }, "permissions": [ "storage" ], "browser_action": { "default_icon": "img\/icon-16.png", "default_popup": "popup\/index.html" }, "options_page": "options\/index.html", "content_scripts": [ { "run_at": "document_end", "css": [ "css\/style.css" ], "js": [ "js\/script.js" ], "matches": [ "http:\/\/mail.google.com\/*", "https:\/\/mail.google.com\/*" ] } ] } |