TotalTab

Save & launch bunches of tabs in one go

什麼是TotalTab?

TotalTab是由https://redblueprint.com開發的Chrome擴展程式,該擴展的主要功能是“Save & launch bunches of tabs in one go”。

擴展截圖

screenshot
screenshot

下載TotalTab擴展crx文件

下載TotalTab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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
說明頁面URL https://redblueprint.com
隱私政策頁面URL 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"
    ]
}