VetTools New Gmail Resizer

Extension to able to resize gmail label column!

VetTools New Gmail Resizerとは何ですか?

VetTools New Gmail ResizerはVINによって開発されたChromeの拡張機能で、その主な機能は「Extension to able to resize gmail label column!」です。

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

screenshot
screenshot
screenshot
screenshot

VetTools New Gmail Resizer拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This extension makes labels column in Gmail resizable. Support all Gmail view type: new Gmail, original Gmail, with google chat or classic hangout, all supported.

Features:
- Detect Gmail type automatically.
- Save the user setting label width and load it automatically when Gmail page loaded so you don't need to set it every time.

What new in v.3.2:
- Update with new Gmail layout change,
- Fix conflict with Gmail Streak Extension.                    

拡張機能の基本情報

名前 VetTools New Gmail Resizer VetTools New Gmail Resizer
ID jnfhoblnjnlophildpaokbkolhckdpcd
公式URL https://chromewebstore.google.com/detail/vettools-new-gmail-resize/jnfhoblnjnlophildpaokbkolhckdpcd
説明 Extension to able to resize gmail label column!
ファイルサイズ 15.5 KB
インストール数 4,635
現在のバージョン 3.2
最終更新日 2022-08-25
公開日 2019-04-18
評価 3.50/5 合計 24 レビュー
開発者 VIN
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "VetTools New Gmail Resizer",
    "description": "Extension to able to resize gmail label column!",
    "version": "3.2",
    "manifest_version": 3,
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/icon16.png",
            "32": "\/images\/icon32.png",
            "48": "\/images\/icon48.png",
            "128": "\/images\/icon128.png"
        }
    },
    "icons": {
        "16": "\/images\/icon16.png",
        "32": "\/images\/icon32.png",
        "48": "\/images\/icon48.png",
        "128": "\/images\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ]
}