Save Your Tabs for Later
Save all tabs in a window to check it later and keep browsing other topics on the internet or just changing task.
Co to jest Save Your Tabs for Later?
Save Your Tabs for Later to rozszerzenie Chrome opracowane przez bkanyo, a jego główną funkcją jest „Save all tabs in a window to check it later and keep browsing other topics on the internet or just changing task.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Save Your Tabs for Later
Pobierz pliki rozszerzeń Save Your Tabs for Later 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 all tabs in a window to check it later and keep browsing other topics on the internet or just changing task. Using this extension can be really useful when you are researching on the internet in multiple topics or just have multiple workflows for multiple tasks which are require different tabs to be opened. You can use this extension to extend your capability by focusing on more tasks at the same time or just switching tasks on-the-fly by opening a saved session in this add-on.
Podstawowe informacje o rozszerzeniu
Nazwa | Save Your Tabs for Later |
ID | dlpkofiapmkalomecepjjhlkjhommkap |
Oficjalny URL | https://chromewebstore.google.com/detail/save-your-tabs-for-later/dlpkofiapmkalomecepjjhlkjhommkap |
Opis | Save all tabs in a window to check it later and keep browsing other topics on the internet or just changing task. |
Rozmiar pliku | 1.06 MB |
Liczba instalacji | 25 |
Aktualna Wersja | 1.0.2 |
Ostatnia Aktualizacja | 2017-08-14 |
Data Publikacji | 2017-08-14 |
Deweloper | bkanyo |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Save Your Tabs for Later", "description": "Save all tabs in a window to check it later and keep browsing other topics on the internet or just changing task.", "version": "1.0.2", "shortName": "Save tabs", "background": { "persistent": true, "scripts": [ "background.js" ] }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_icon": "media\/icon.png", "default_popup": "index.html" } } |