TotalTab

Save & launch bunches of tabs in one go

Hvad er TotalTab?

TotalTab er en Chrome-udvidelse udviklet af https://redblueprint.com, og dens hovedfunktion er "Save & launch bunches of tabs in one go".

Udvidelsesskærmbilleder

screenshot
screenshot

Download TotalTab-udvidelses-CRX-fil

Download TotalTab-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn TotalTab TotalTab
ID gelllpfobikcnaamfacldgeipppbdeed
Officiel URL https://chromewebstore.google.com/detail/totaltab/gelllpfobikcnaamfacldgeipppbdeed
Beskrivelse Save & launch bunches of tabs in one go
Filstørrelse 471 KB
Antal Installationer 37
Nuværende Version 3.3
Senest Opdateret 2021-07-23
Udgivelsesdato 2020-08-11
Udvikler https://redblueprint.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://redblueprint.com/totaltab
Hjælpeside-URL https://redblueprint.com
URL til Fortrolighedspolitik Side https://netclicker.tv/privacy.html
Understøttede Sprog 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"
    ]
}