Hide Tab

Hide your browser tabs.

ما هو Hide Tab؟

Hide Tab هو إضافة Chrome تم تطويرها بواسطة buzznewsx.com، والميزة الرئيسية لها هي "Hide your browser tabs.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Hide Tab

قم بتنزيل ملفات الامتداد Hide Tab بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Restarting the browser after installation takes effect.

One click hides the browser tabs you're visiting, which is useful when you don't want people to see your tabs.
Click the icon button or Alt + q (Mac: option + q) to implement tagging and hiding.                    

معلومات أساسية عن التمديد

الاسم Hide Tab Hide Tab
ID fgkbkepokoodbbcbcboiopdkfelpjhgi
عنوان URL الرسمي https://chromewebstore.google.com/detail/hide-tab/fgkbkepokoodbbcbcboiopdkfelpjhgi
الوصف Hide your browser tabs.
حجم الملف 15.93 KB
عدد التثبيتات 742
النسخة الحالية 0.0.3
آخر تحديث 2020-06-11
تاريخ النشر 2020-06-11
تقييم 4.60/5 مجموع تقييمات 5
المطور buzznewsx.com
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://www.buzznewsx.com/privacy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "version": "0.0.3",
    "description": "__MSG_description__",
    "default_locale": "en",
    "author": "[email protected]",
    "browser_action": {
        "default_icon": "images\/icons\/icon48.png",
        "default_title": "HideTab"
    },
    "commands": {
        "toggle-feature-foo": {
            "suggested_key": {
                "default": "Alt+Q"
            },
            "description": "Toggle Hide\/Show"
        }
    },
    "icons": {
        "16": "images\/icons\/icon16.png",
        "32": "images\/icons\/icon32.png",
        "48": "images\/icons\/icon48.png",
        "128": "images\/icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "web_accessible_resources": [
        "images\/favicon.ico",
        "images\/default.ico"
    ],
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "js\/content_script.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": []
}