Gmail label column resizer

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

Co to jest Gmail label column resizer?

Gmail label column resizer to rozszerzenie Chrome opracowane przez Jun cai, a jego główną funkcją jest „User script that allows the labels column in Gmail to be resized”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Gmail label column resizer

Pobierz pliki rozszerzeń Gmail label column resizer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Gmail label column resizer Gmail label column resizer
ID nopeaffbfnmebbnlpbfjemkfeojmlpoj
Oficjalny URL https://chrome.google.com/webstore/detail/gmail-label-column-resize/nopeaffbfnmebbnlpbfjemkfeojmlpoj
Opis User script that allows the labels column in Gmail to be resized
Rozmiar pliku 6.78 KB
Liczba instalacji 22,955
Aktualna Wersja 1.3.1
Ostatnia Aktualizacja 2018-12-12
Data Publikacji 2018-12-12
Ocena 3.47/5 Łącznie 148 Oceny
Deweloper Jun cai
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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\/*"
    ]
}