GMail Label Styler
Set GMail message viewer and editor styles by label. e.g. mailing list messages that are best viewed with a monospace font.
什麼是GMail Label Styler?
GMail Label Styler是由Mike Scalora開發的Chrome擴展程式,該擴展的主要功能是“Set GMail message viewer and editor styles by label. e.g. mailing list messages that are best viewed with a monospace font.”。
擴展截圖
下載GMail Label Styler擴展crx文件
下載GMail Label Styler擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Note: updated for the latest GMail as of 2020-05-11 Enables user to apply CSS to GMail message viewer and editor for selected labels only. Created for mailing list message viewing and editing that works best with monospace fonts but useful in many situations. Configuring CSS properties and one or more label names. Can be used to increase font size in GMail editor without causing the email to be sent in the larger font or even rich text (HTML) format. Only affects your view of the message in the editor, not the recipient.
擴展基本資訊
名稱 | GMail Label Styler |
ID | bdabigdipmikljbdbmglcjlhpnoagfjb |
官方網址 | https://chromewebstore.google.com/detail/gmail-label-styler/bdabigdipmikljbdbmglcjlhpnoagfjb |
簡介 | Set GMail message viewer and editor styles by label. e.g. mailing list messages that are best viewed with a monospace font. |
檔案大小 | 30.79 KB |
安裝次數 | 85 |
目前版本 | 0.8 |
更新時間 | 2020-05-11 |
上架時間 | 2020-05-11 |
評分 | 4.50/5 共 4 次評分 |
開發者 | Mike Scalora |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GMail Label Styler", "description": "Set GMail message viewer and editor styles by label. e.g. mailing list messages that are best viewed with a monospace font.", "version": "0.8", "permissions": [ "https:\/\/mail.google.com\/", "storage" ], "options_page": "options.html", "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*" ], "js": [ "zepto.min.js", "content.js" ] } ], "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "manifest_version": 2 } |