Intip.in's Tab Manager
Tab Manager that doesn't track you.
Co to jest Intip.in's Tab Manager?
Intip.in's Tab Manager to rozszerzenie Chrome opracowane przez https://www.cscpro.org, a jego główną funkcją jest „Tab Manager that doesn't track you.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Intip.in's Tab Manager
Pobierz pliki rozszerzeń Intip.in's Tab Manager 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
No more cluttering tabs! Dozens of tabs opened could make your PC runs slower. Save up your memory while not in use with a single click. You can restore it later in another handy click. .. amazingly handful Organizing the list is just one click away. Switching between light or dark theme, it's a matter of your preferences. Use right-click to control either you save all the tabs or only for specific tab. We respect your privacy No ads. No spy. No shit. We have no analytics tool that injected to the script. You can even watch and contribute to our project on Github. Install on your Chrome Simply click the button. Got something to tell? A bug or a request? Do not hesitate to tell us on the Chrome Web Store. TO DO: - Add documentation - Add export/import button - Add pagination for huge list
Podstawowe informacje o rozszerzeniu
Nazwa | Intip.in's Tab Manager |
ID | halkhdmljjkflcfbhpgpeplpkcpmjmgj |
Oficjalny URL | https://chromewebstore.google.com/detail/intipins-tab-manager/halkhdmljjkflcfbhpgpeplpkcpmjmgj |
Opis | Tab Manager that doesn't track you. |
Rozmiar pliku | 288 KB |
Liczba instalacji | 130 |
Aktualna Wersja | 1.0.4 |
Ostatnia Aktualizacja | 2017-02-01 |
Data Publikacji | 2017-02-01 |
Ocena | 4.40/5 Łącznie 10 Oceny |
Deweloper | https://www.cscpro.org |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://www.cscpro.org/labs/tab-manager/ |
Adres URL Strony Pomocy | https://www.cscpro.org/labs/tab-manager/ |
Adres URL Strony Polityki Prywatności | https://www.cscpro.org/labs/tab-manager |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Intip.in's Tab Manager", "description": "Tab Manager that doesn't track you.", "version": "1.0.4", "manifest_version": 2, "options_page": "options.html", "icons": { "32": "img\/icon_32.png", "48": "img\/icon_48.png", "128": "img\/icon_128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": "img\/icon_48.png", "default_title": "Save all tabs" }, "permissions": [ "tabs", "storage", "unlimitedStorage", "contextMenus" ] } |