Gmail UI update

Fixes a couple of things

Gmail UI update क्या है?

Gmail UI update michelet.tristan द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Fixes a couple of things"।

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

screenshot

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

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

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

                        When using the multiple inboxes gmail lab plugin, the action bar is not always reachable.
This plugin fixes it by making it move to the top or the bottom depending on what's the most convenient.

See more: https://github.com/tmichelet/gmail-helper                    

एक्सटेंशन की मूल जानकारी

नाम Gmail UI update Gmail UI update
ID iclfhanefileilkpahemhgaieoiojefp
आधिकारिक URL https://chromewebstore.google.com/detail/gmail-ui-update/iclfhanefileilkpahemhgaieoiojefp
विवरण Fixes a couple of things
फ़ाइल का आकार 4.26 KB
स्थापना संख्या 32
वर्तमान संस्करण 1.0.2
अंतिम अपडेट 2014-10-12
प्रकाशन तिथि 2014-10-12
डेवलपर michelet.tristan
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Gmail UI update",
    "description": "Fixes a couple of things",
    "version": "1.0.2",
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}