TotalTab

Save & launch bunches of tabs in one go

ما هو TotalTab؟

TotalTab هو إضافة Chrome تم تطويرها بواسطة https://redblueprint.com، والميزة الرئيسية لها هي "Save & launch bunches of tabs in one go".

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

screenshot
screenshot

تحميل ملف CRX للإضافة TotalTab

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

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

                        Got loads of tabs open? Running low on memory?

Save them in a list and speed up your browser

All your tabs are stored locally and are never transmitted anywhere.                    

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

الاسم TotalTab TotalTab
ID gelllpfobikcnaamfacldgeipppbdeed
عنوان URL الرسمي https://chromewebstore.google.com/detail/totaltab/gelllpfobikcnaamfacldgeipppbdeed
الوصف Save & launch bunches of tabs in one go
حجم الملف 471 KB
عدد التثبيتات 37
النسخة الحالية 3.3
آخر تحديث 2021-07-23
تاريخ النشر 2020-08-11
المطور https://redblueprint.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://redblueprint.com/totaltab
عنوان صفحة المساعدة https://redblueprint.com
عنوان صفحة سياسة الخصوصية https://netclicker.tv/privacy.html
اللغات المدعومة en,fr,es,it,pt-BR,pt-PT,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_app_name__",
    "manifest_version": 3,
    "version": "3.3",
    "default_locale": "en",
    "description": "__MSG_app_description__",
    "action": {
        "default_icon": "images\/app_icon_128.png",
        "default_title": "Total Tab",
        "default_popup": "popup\/popup.html"
    },
    "icons": {
        "16": "images\/app_icon_16.png",
        "32": "images\/app_icon_32.png",
        "48": "images\/app_icon_48.png",
        "128": "images\/app_icon_128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "options_page": "options\/options.html",
    "web_accessible_resources": [
        {
            "resources": [
                "popup\/images\/*.png"
            ],
            "matches": [
                "https:\/\/redblueprint.com\/*"
            ]
        }
    ],
    "permissions": [
        "storage",
        "unlimitedStorage",
        "contextMenus",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "optional_permissions": [
        "tabs"
    ]
}