TotalTab

Save & launch bunches of tabs in one go

TotalTab là gì?

TotalTab là một tiện ích mở rộng Chrome được phát triển bởi https://redblueprint.com, và tính năng chính của nó là "Save & launch bunches of tabs in one go".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng TotalTab

Tải xuống các tệp mở rộng TotalTab dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên TotalTab TotalTab
ID gelllpfobikcnaamfacldgeipppbdeed
URL Chính Thức https://chromewebstore.google.com/detail/totaltab/gelllpfobikcnaamfacldgeipppbdeed
Mô tả Save & launch bunches of tabs in one go
Kích Thước Tệp 471 KB
Số Lần Cài Đặt 37
Phiên Bản Hiện Tại 3.3
Cập Nhật Lần Cuối 2021-07-23
Ngày Phát Hành 2020-08-11
Nhà Phát Triển https://redblueprint.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://redblueprint.com/totaltab
URL Trang Trợ Giúp https://redblueprint.com
URL Trang Chính Sách Bảo Mật https://netclicker.tv/privacy.html
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}