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
官方網址 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
電子郵箱 [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
}