Inbox Layout for Gmail

Making Gmail look more like Inbox

Inbox Layout for Gmailとは何ですか?

Inbox Layout for Gmailはjakboxによって開発されたChromeの拡張機能で、その主な機能は「Making Gmail look more like Inbox」です。

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

screenshot

Inbox Layout for Gmail拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        - Emulates the layout of Inbox in Gmail 
- Works with the latest Gmail UI (late 2018) 
- Works with all Gmail inbox configurations (priority inbox, tabs, preview pane)
- Plays nice with Gmail themes (backgrounds / styles from the settings cog)
- Plays nice with Gmail plugins and labs                    

拡張機能の基本情報

名前 Inbox Layout for Gmail Inbox Layout for Gmail
ID mpfambbegmagappbaekoffohgljakfkl
公式URL https://chromewebstore.google.com/detail/inbox-layout-for-gmail/mpfambbegmagappbaekoffohgljakfkl
説明 Making Gmail look more like Inbox
ファイルサイズ 9.05 KB
インストール数 66
現在のバージョン 0.1.1
最終更新日 2019-04-08
公開日 2019-04-07
開発者 jakbox
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Inbox Layout for Gmail",
    "version": "0.1.1",
    "description": "Making Gmail look more like Inbox",
    "icons": {
        "48": "icon.png"
    },
    "content_scripts": [
        {
            "js": [
                "util.js",
                "content.js"
            ],
            "css": [
                "gbox.css"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*"
            ]
        }
    ],
    "manifest_version": 2
}