Workspaces
Save all your current tabs and come back to them later.
Co to jest Workspaces?
Workspaces to rozszerzenie Chrome opracowane przez mdni007, a jego główną funkcją jest „Save all your current tabs and come back to them later.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Workspaces
Pobierz pliki rozszerzeń Workspaces 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
Are you the type of person to always have 10+ tabs open on your browser? With Workspace you can save all your open tabs without having to bookmark them. Now you can finally turn off your computer knowing that you can get back all your opened tabs. Updates: v2: - Added button to update current workspaces (by Ganesh Swamypillai)
Podstawowe informacje o rozszerzeniu
Nazwa | Workspaces |
ID | eehocaoejekpmecmfecdkpohdkgkmoee |
Oficjalny URL | https://chromewebstore.google.com/detail/workspaces/eehocaoejekpmecmfecdkpohdkgkmoee |
Opis | Save all your current tabs and come back to them later. |
Rozmiar pliku | 664 KB |
Liczba instalacji | 2,918 |
Aktualna Wersja | 2 |
Ostatnia Aktualizacja | 2022-01-30 |
Data Publikacji | 2019-10-03 |
Ocena | 3.52/5 Łącznie 21 Oceny |
Deweloper | mdni007 |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | https://mdislam.com/data/workspaces.html |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Workspaces", "description": "Save all your current tabs and come back to them later.", "version": "2", "manifest_version": 2, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon128.png", "default_popup": "index.html" }, "web_accessible_resources": [ "fonts\/*" ], "permissions": [ "storage", "tabs" ] } |