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
官方網址 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\/*"
    ]
}