Window Saver
Select windows to be monitored, close your windows and reopen it later. Very useful to organize your windows.
Co to jest Window Saver?
Window Saver to rozszerzenie Chrome opracowane przez matheusbrat, a jego główną funkcją jest „Select windows to be monitored, close your windows and reopen it later. Very useful to organize your windows.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Window Saver
Pobierz pliki rozszerzeń Window Saver 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
With Window Saver you can enable monitoring on specific windows. Having a window to be monitored will keep it state saved on chrome storage (it will be synced automatically!). You can close it and use Window Saver to reopen a monitored window later. You can also set the new for a specific window so it will be easy to find your windows. It will also save the size/position of the window, so you can have them on the same position.
Podstawowe informacje o rozszerzeniu
Nazwa | Window Saver |
ID | kljjfajgfddnjhneppbffdcamolclpld |
Oficjalny URL | https://chromewebstore.google.com/detail/window-saver/kljjfajgfddnjhneppbffdcamolclpld |
Opis | Select windows to be monitored, close your windows and reopen it later. Very useful to organize your windows. |
Rozmiar pliku | 103 KB |
Liczba instalacji | 94 |
Aktualna Wersja | 0.0.3 |
Ostatnia Aktualizacja | 2016-11-27 |
Data Publikacji | 2016-11-27 |
Ocena | 4.60/5 Łącznie 5 Oceny |
Deweloper | matheusbrat |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/x-warrior/window-saver |
Adres URL Strony Pomocy | https://github.com/x-warrior/window-saver |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.0.3", "name": "Window Saver", "manifest_version": 2, "description": "Select windows to be monitored, close your windows and reopen it later. Very useful to organize your windows.", "browser_action": { "default_title": "Window Saver", "default_popup": "popup.html" }, "author": "Matheus Bratfisch", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "background": { "page": "background.html" }, "permissions": [ "tabs", "storage", "chrome:\/\/favicon\/" ], "content_security_policy": "default-src 'self'; script-src 'self'; style-src * 'unsafe-inline'; img-src * 'self' data:;" } |