TotalTab
Save & launch bunches of tabs in one go
Co to jest TotalTab?
TotalTab to rozszerzenie Chrome opracowane przez https://redblueprint.com, a jego główną funkcją jest „Save & launch bunches of tabs in one go”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia TotalTab
Pobierz pliki rozszerzeń TotalTab w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | TotalTab |
ID | gelllpfobikcnaamfacldgeipppbdeed |
Oficjalny URL | https://chromewebstore.google.com/detail/totaltab/gelllpfobikcnaamfacldgeipppbdeed |
Opis | Save & launch bunches of tabs in one go |
Rozmiar pliku | 471 KB |
Liczba instalacji | 37 |
Aktualna Wersja | 3.3 |
Ostatnia Aktualizacja | 2021-07-23 |
Data Publikacji | 2020-08-11 |
Deweloper | https://redblueprint.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://redblueprint.com/totaltab |
Adres URL Strony Pomocy | https://redblueprint.com |
Adres URL Strony Polityki Prywatności | https://netclicker.tv/privacy.html |
Obsługiwane Języki | 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": [ " |