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によって開発されたChromeの拡張機能で、その主な機能は「User script that allows the labels column in Gmail to be resized」です。

拡張機能のスクリーンショット

screenshot

Gmail label column resizer拡張機能のCRXファイルをダウンロード

Gmail label column resizer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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\/*"
    ]
}