TotalTab
Save & launch bunches of tabs in one go
Vad är TotalTab?
TotalTab är en Chrome-tillägg utvecklad av https://redblueprint.com, och dess huvudfunktion är "Save & launch bunches of tabs in one go".
Tilläggsskärmbilder
Ladda ner TotalTab-förlängningens CRX-fil
Ladda ner TotalTab-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
                        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äggande Information om Tillägg
| Namn |   |  
| ID | gelllpfobikcnaamfacldgeipppbdeed | 
| Officiell webbadress | https://chromewebstore.google.com/detail/totaltab/gelllpfobikcnaamfacldgeipppbdeed | 
| Beskrivning | Save & launch bunches of tabs in one go | 
| Filstorlek | 471 KB | 
| Antal Installationer | 37 | 
| Aktuell Version | 3.3 | 
| Senast Uppdaterad | 2021-07-23 | 
| Publiceringsdatum | 2020-08-11 | 
| Utvecklare | https://redblueprint.com | 
| E-post | [email protected] | 
| Betalningssätt | free | 
| Tilläggswebbplats | https://redblueprint.com/totaltab | 
| Hjälpsida URL | https://redblueprint.com | 
| URL till Sekretesspolicy Sidan | https://netclicker.tv/privacy.html | 
| Stödda Språk | 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": [
        "  |  |