TotalTab

Save & launch bunches of tabs in one go

Wat is TotalTab?

TotalTab is een Chrome-extensie ontwikkeld door https://redblueprint.com, en de belangrijkste functie is "Save & launch bunches of tabs in one go".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie TotalTab

Download TotalTab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam TotalTab TotalTab
ID gelllpfobikcnaamfacldgeipppbdeed
Officiële URL https://chromewebstore.google.com/detail/totaltab/gelllpfobikcnaamfacldgeipppbdeed
Beschrijving Save & launch bunches of tabs in one go
Bestandsgrootte 471 KB
Aantal Installaties 37
Huidige Versie 3.3
Laatst Bijgewerkt 2021-07-23
Publicatiedatum 2020-08-11
Ontwikkelaar https://redblueprint.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://redblueprint.com/totaltab
Help Pagina-URL https://redblueprint.com
URL van de Privacybeleid Pagina https://netclicker.tv/privacy.html
Ondersteunde Talen 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"
    ]
}