Window Saver
Select windows to be monitored, close your windows and reopen it later. Very useful to organize your windows.
Что такое Window Saver?
Window Saver - это расширение Chrome, разработанное matheusbrat, и его основная функция - "Select windows to be monitored, close your windows and reopen it later. Very useful to organize your windows.".
Снимки экрана расширения
Скачать файл CRX расширения Window Saver
Скачайте файлы расширений Window Saver в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | Window Saver |
ID | kljjfajgfddnjhneppbffdcamolclpld |
Официальный URL | https://chromewebstore.google.com/detail/window-saver/kljjfajgfddnjhneppbffdcamolclpld |
Описание | Select windows to be monitored, close your windows and reopen it later. Very useful to organize your windows. |
Размер файла | 103 KB |
Количество установок | 94 |
Текущая Версия | 0.0.3 |
Последнее Обновление | 2016-11-27 |
Дата публикации | 2016-11-27 |
Рейтинг | 4.60/5 Всего 5 оценок |
Разработчик | matheusbrat |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/x-warrior/window-saver |
URL страницы помощи | https://github.com/x-warrior/window-saver |
Поддерживаемые языки | 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:;" } |