ShowSubjectGmail

Always show the subject field when replying in Gmail!

ShowSubjectGmailとは何ですか?

ShowSubjectGmailはnouvellecollectionによって開発されたChromeの拡張機能で、その主な機能は「Always show the subject field when replying in Gmail!」です。

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

screenshot

ShowSubjectGmail拡張機能のCRXファイルをダウンロード

ShowSubjectGmail拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        When replying to an email in Gmail, the "subject" field is not displayed by default. Fix this with tiny "ShowSubjectGmail" extension. Tiny? Yes, it's only 2 KB!

Contact: [email protected]                    

拡張機能の基本情報

名前 ShowSubjectGmail ShowSubjectGmail
ID hcgpoobeoeoahbhfcdabdjciflibpdal
公式URL https://chromewebstore.google.com/detail/showsubjectgmail/hcgpoobeoeoahbhfcdabdjciflibpdal
説明 Always show the subject field when replying in Gmail!
ファイルサイズ 3.12 KB
インストール数 1,543
現在のバージョン 1.0
最終更新日 2018-06-13
公開日 2018-06-13
評価 5.00/5 合計 4 レビュー
開発者 nouvellecollection
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ShowSubjectGmail",
    "version": "1.0",
    "description": "Always show the subject field when replying in Gmail!",
    "content_scripts": [
        {
            "css": [
                "fix.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "manifest_version": 2,
    "permissions": [
        "*:\/\/*\/*"
    ]
}