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.」です。

拡張機能のスクリーンショット

screenshot

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 GMail Label Styler
ID bdabigdipmikljbdbmglcjlhpnoagfjb
公式URL 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
Eメール [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
}