zvTabs(Close left side tabs)

zvTabs can close all the tabs on the left side with just one click by two ways, 1:right click on the web page and select 'Close…

zvTabs(Close left side tabs)とは何ですか?

zvTabs(Close left side tabs)はhttps://www.zenoven.comによって開発されたChromeの拡張機能で、その主な機能は「zvTabs can close all the tabs on the left side with just one click by two ways, 1:right click on the web page and select 'Close…」です。

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

screenshot

zvTabs(Close left side tabs)拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        zvTabs can close all the tabs on the left side with just one click by two ways,
 1:right click on the web page and select 'Close left side tabs' 
 2:click on the plugin icon(on the top right of Chrome)                    

拡張機能の基本情報

名前 zvTabs(Close left side tabs) zvTabs(Close left side tabs)
ID aelfgfndnhaiicaahkbpmgbbnflnbejb
公式URL https://chromewebstore.google.com/detail/zvtabsclose-left-side-tab/aelfgfndnhaiicaahkbpmgbbnflnbejb
説明 zvTabs can close all the tabs on the left side with just one click by two ways, 1:right click on the web page and select 'Close…
ファイルサイズ 12.63 KB
インストール数 1,400
現在のバージョン 1.3
最終更新日 2021-07-09
公開日 2012-08-21
評価 4.27/5 合計 15 レビュー
開発者 https://www.zenoven.com
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://github.com/zenoven/privacy-policy/blob/main/README.md
対応言語 en,en-US,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "1.3",
    "manifest_version": 2,
    "minimum_chrome_version": "16",
    "description": "__MSG_extDescription__",
    "default_locale": "zh_CN",
    "browser_action": {
        "default_icon": "images\/16.png"
    },
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}