Inbox Layout for Gmail

Making Gmail look more like Inbox

What is Inbox Layout for Gmail?

Inbox Layout for Gmail is a Chrome extension developed by jakbox, and its main feature is "Making Gmail look more like Inbox".

Extension Screenshots

screenshot

Download Inbox Layout for Gmail Extension CRX File

Download Inbox Layout for Gmail extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        - 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                    

Extension Basic Information

Name Inbox Layout for Gmail Inbox Layout for Gmail
ID mpfambbegmagappbaekoffohgljakfkl
Official URL https://chromewebstore.google.com/detail/inbox-layout-for-gmail/mpfambbegmagappbaekoffohgljakfkl
Description Making Gmail look more like Inbox
File Size 9.05 KB
Installation Count 66
Current Version 0.1.1
Last Updated 2019-04-08
Publish Date 2019-04-07
Developer jakbox
Email [email protected]
Payment Type free
Supported Languages 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
}