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…

Apa itu zvTabs(Close left side tabs)?

zvTabs(Close left side tabs) adalah ekstensi Chrome yang dikembangkan oleh https://www.zenoven.com, dan fitur utamanya adalah "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 Ekstensi

screenshot

Unduh Berkas CRX Ekstensi zvTabs(Close left side tabs)

Unduh file ekstensi zvTabs(Close left side tabs) dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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)                    

Informasi Dasar Ekstensi

Nama zvTabs(Close left side tabs) zvTabs(Close left side tabs)
ID aelfgfndnhaiicaahkbpmgbbnflnbejb
URL Resmi https://chromewebstore.google.com/detail/zvtabsclose-left-side-tab/aelfgfndnhaiicaahkbpmgbbnflnbejb
Deskripsi 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…
Ukuran File 12.63 KB
Jumlah Instalasi 1,400
Versi Saat Ini 1.3
Terakhir Diperbarui 2021-07-09
Tanggal Publikasi 2012-08-21
Penilaian 4.27/5 Total 15 Penilaian
Pengembang https://www.zenoven.com
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://github.com/zenoven/privacy-policy/blob/main/README.md
Bahasa yang Didukung 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"
        ]
    }
}