Gmail Classic Theme

An extension for reverting Gmail to the Classic Theme

Gmail Classic Theme क्या है?

Gmail Classic Theme Andrew Powell @shellscape द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An extension for reverting Gmail to the Classic Theme"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Gmail Classic Theme एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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\/"
    ]
}