Gmail Classic Theme

An extension for reverting Gmail to the Classic Theme

Gmail Classic Themeとは何ですか?

Gmail Classic ThemeはAndrew Powell @shellscapeによって開発されたChromeの拡張機能で、その主な機能は「An extension for reverting Gmail to the Classic Theme」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        What Google giveth, Google taketh away. Google has recently forced a UI update upon the users of Gmail. Unfortunately, not everyone thinks it's an improvement. Installing this extension will revert the UI of Gmail to the previous "Classic" theme. The theme is based on the actual CSS from the previous UI and makes no additions or subjective changes.

This extension is open source. You can review or contribute to the code for this extension here: https://github.com/shellscape/gmail-classic.

Release info and change-log can be found here: https://github.com/shellscape/gmail-classic/releases.                    

拡張機能の基本情報

名前 Gmail Classic Theme Gmail Classic Theme
ID cokholnilkppcchlfepienmlbafkjplj
公式URL https://chrome.google.com/webstore/detail/gmail-classic-theme/cokholnilkppcchlfepienmlbafkjplj
説明 An extension for reverting Gmail to the Classic Theme
ファイルサイズ 17.38 KB
インストール数 994
現在のバージョン 0.1.1
最終更新日 2018-11-19
公開日 2018-11-19
評価 4.00/5 合計 7 レビュー
開発者 Andrew Powell @shellscape
支払い方法 free
拡張機能のウェブサイト https://github.com/shellscape/gmail-classic
ヘルプページのURL https://github.com/shellscape/gmail-classic
対応言語 en
manifest.json
{
    "name": "Gmail Classic Theme",
    "short_name": "Gmail Classic Theme",
    "version": "0.1.1",
    "description": "An extension for reverting Gmail to the Classic Theme",
    "homepage_url": "http:\/\/github.com\/shellscape\/gmail-classic",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Andrew Powell (shellscape)",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": {
            "19": "\/assets\/16.png",
            "38": "\/assets\/48.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "css": [
                "gmail.css"
            ]
        }
    ],
    "icons": {
        "16": "\/assets\/16.png",
        "32": "\/assets\/32.png",
        "48": "\/assets\/48.png",
        "64": "\/assets\/64.png",
        "128": "\/assets\/128.png"
    },
    "permissions": [
        "activeTab",
        "*:\/\/mail.google.com\/"
    ]
}