Gmail label column resizer

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

Vad är Gmail label column resizer?

Gmail label column resizer är en Chrome-tillägg utvecklad av Jun cai, och dess huvudfunktion är "User script that allows the labels column in Gmail to be resized".

Tilläggsskärmbilder

screenshot

Ladda ner Gmail label column resizer-förlängningens CRX-fil

Ladda ner Gmail label column resizer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Gmail label column resizer Gmail label column resizer
ID nopeaffbfnmebbnlpbfjemkfeojmlpoj
Officiell webbadress https://chrome.google.com/webstore/detail/gmail-label-column-resize/nopeaffbfnmebbnlpbfjemkfeojmlpoj
Beskrivning User script that allows the labels column in Gmail to be resized
Filstorlek 6.78 KB
Antal Installationer 22,955
Aktuell Version 1.3.1
Senast Uppdaterad 2018-12-12
Publiceringsdatum 2018-12-12
Betyg 3.47/5 Totalt 148 Betyg
Utvecklare Jun cai
E-post [email protected]
Betalningssätt free
Stödda Språk 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\/*"
    ]
}