Neat Messages for Gmail
Improves the readibility of plain text Gmail messages by putting them in a neat container.
Neat Messages for Gmail là gì?
Neat Messages for Gmail là một tiện ích mở rộng Chrome được phát triển bởi Hristiyan Dodov, và tính năng chính của nó là "Improves the readibility of plain text Gmail messages by putting them in a neat container.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Neat Messages for Gmail
Tải xuống các tệp mở rộng Neat Messages for Gmail dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Neat Messages for Gmail |
ID | lkpknmgfopkjcpbgkkcnoolijfggioba |
URL Chính Thức | https://chromewebstore.google.com/detail/neat-messages-for-gmail/lkpknmgfopkjcpbgkkcnoolijfggioba |
Mô tả | Improves the readibility of plain text Gmail messages by putting them in a neat container. |
Kích Thước Tệp | 72.16 KB |
Số Lần Cài Đặt | 724 |
Phiên Bản Hiện Tại | 2.0.2 |
Cập Nhật Lần Cuối | 2018-09-07 |
Ngày Phát Hành | 2018-09-06 |
Đánh Giá | 5.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | Hristiyan Dodov |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } ] } |