Gmail label column resizer

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

Cos'è Gmail label column resizer?

Gmail label column resizer è un'estensione di Chrome sviluppata da Jun cai, e la sua funzione principale è "User script that allows the labels column in Gmail to be resized".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Gmail label column resizer

Scarica i file di estensione Gmail label column resizer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Gmail label column resizer Gmail label column resizer
ID nopeaffbfnmebbnlpbfjemkfeojmlpoj
URL Ufficiale https://chrome.google.com/webstore/detail/gmail-label-column-resize/nopeaffbfnmebbnlpbfjemkfeojmlpoj
Descrizione User script that allows the labels column in Gmail to be resized
Dimensione del File 6.78 KB
Conteggio Installazioni 22,955
Versione Corrente 1.3.1
Ultimo Aggiornamento 2018-12-12
Data di Pubblicazione 2018-12-12
Valutazione 3.47/5 Totale 148 Valutazioni
Sviluppatore Jun cai
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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\/*"
    ]
}