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) هو إضافة Chrome تم تطويرها بواسطة https://www.zenoven.com، والميزة الرئيسية لها هي "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

تحميل ملف CRX للإضافة zvTabs(Close left side tabs)

قم بتنزيل ملفات الامتداد zvTabs(Close left side tabs) بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية 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"
        ]
    }
}