Tab Keeper
This extension helps to quickly save open tabs and return to them later.
Co to jest Tab Keeper?
Tab Keeper to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „This extension helps to quickly save open tabs and return to them later.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Tab Keeper
Pobierz pliki rozszerzeń Tab Keeper 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
The extension saves a list of open tabs, so that later it is possible to return to them with one click.
Podstawowe informacje o rozszerzeniu
Nazwa | Tab Keeper |
ID | lbpbmplnjoonfgknodgmhgclgcdnbbja |
Oficjalny URL | https://chromewebstore.google.com/detail/tab-keeper/lbpbmplnjoonfgknodgmhgclgcdnbbja |
Opis | This extension helps to quickly save open tabs and return to them later. |
Rozmiar pliku | 21.42 KB |
Liczba instalacji | 1,115 |
Aktualna Wersja | 1.3 |
Ostatnia Aktualizacja | 2020-06-05 |
Data Publikacji | 2020-06-05 |
Ocena | 4.17/5 Łącznie 6 Oceny |
Deweloper | Unknown |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tab Keeper", "description": "This extension helps to quickly save open tabs and return to them later.", "permissions": [ "tabs" ], "version": "1.3", "manifest_version": 2, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_popup": "popup.html", "default_icon": "popup.png" } } |