TabSaver
Save old tabs for later and free up memory
Co to jest TabSaver?
TabSaver to rozszerzenie Chrome opracowane przez 16 Bit Images, a jego główną funkcją jest „Save old tabs for later and free up memory”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia TabSaver
Pobierz pliki rozszerzeń TabSaver 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
Save extra tabs for later to prevent them from eating up extra system resources. TabSaver reduces the amount of memory that Chrome needs by saving tabs for later use. It is lightweight, easy to use, and simple to save and restore tabs.
Podstawowe informacje o rozszerzeniu
Nazwa | TabSaver |
ID | ldmodhipdcnknfdhecnmoiaecbjhnmjc |
Oficjalny URL | https://chromewebstore.google.com/detail/tabsaver/ldmodhipdcnknfdhecnmoiaecbjhnmjc |
Opis | Save old tabs for later and free up memory |
Rozmiar pliku | 17.74 KB |
Liczba instalacji | 128 |
Aktualna Wersja | 0.2.1 |
Ostatnia Aktualizacja | 2017-10-20 |
Data Publikacji | 2017-10-20 |
Ocena | 3.50/5 Łącznie 2 Oceny |
Deweloper | 16 Bit Images |
Typ Płatności | free |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TabSaver", "short_name": "TabSaver", "description": "Save old tabs for later and free up memory", "version": "0.2.1", "author": "Martin Green", "browser_action": { "default_icon": "icon16.png", "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "activeTab", "tabs", "chrome:\/\/favicon\/" ] } |