Gmail Old UI

Quick attempt to restore Gmail to usable state on desktop.

What is Gmail Old UI?

Gmail Old UI is a Chrome extension developed by Dima PM, and its main feature is "Quick attempt to restore Gmail to usable state on desktop.".

Extension Screenshots

screenshot

Download Gmail Old UI Extension CRX File

Download Gmail Old UI 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

                                            

Extension Basic Information

Name Gmail Old UI Gmail Old UI
ID ophglpgeanjkbpnljnokjlclhkgcnbdh
Official URL https://chromewebstore.google.com/detail/gmail-old-ui/ophglpgeanjkbpnljnokjlclhkgcnbdh
Description Quick attempt to restore Gmail to usable state on desktop.
File Size 3.13 KB
Installation Count 28
Current Version 0.0.1
Last Updated 2018-09-27
Publish Date 2018-09-26
Developer Dima PM
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gmail Old UI",
    "version": "0.0.1",
    "description": "Quick attempt to restore Gmail to usable state on desktop.",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/mail\/u\/0\/"
            ],
            "css": [
                "content.css"
            ]
        }
    ]
}