Gmail label column resizer

User script that allows the labels column in Gmail to be resized

Gmail label column resizer क्या है?

Gmail label column resizer Jun cai द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "User script that allows the labels column in Gmail to be resized"।

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

screenshot

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

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

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

                        Allows the labels column (left panel) in Gmail to be resized.                    

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

नाम Gmail label column resizer Gmail label column resizer
ID nopeaffbfnmebbnlpbfjemkfeojmlpoj
आधिकारिक URL https://chrome.google.com/webstore/detail/gmail-label-column-resize/nopeaffbfnmebbnlpbfjemkfeojmlpoj
विवरण User script that allows the labels column in Gmail to be resized
फ़ाइल का आकार 6.78 KB
स्थापना संख्या 22,955
वर्तमान संस्करण 1.3.1
अंतिम अपडेट 2018-12-12
प्रकाशन तिथि 2018-12-12
रेटिंग 3.47/5 कुल 148 रेटिंग्स
डेवलपर Jun cai
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_scripts": [
        {
            "js": [
                "chromeGmailResizer_new.user.js"
            ],
            "matches": [
                "http:\/\/*.gmail.com\/*",
                "http:\/\/mail.google.com\/*",
                "https:\/\/*.gmail.com\/*",
                "https:\/\/mail.google.com\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "converted_from_user_script": true,
    "description": "User script that allows the labels column in Gmail to be resized",
    "name": "Gmail label column resizer",
    "version": "1.3.1",
    "permissions": [
        "https:\/\/mail.google.com\/*",
        "http:\/\/mail.google.com\/*"
    ]
}