Window Saver
Select windows to be monitored, close your windows and reopen it later. Very useful to organize your windows.
Qu'est-ce que Window Saver ?
Window Saver est une extension Chrome développée par matheusbrat, et sa fonction principale est "Select windows to be monitored, close your windows and reopen it later. Very useful to organize your windows.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Window Saver
Téléchargez les fichiers d'extension Window Saver au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Window Saver |
ID | kljjfajgfddnjhneppbffdcamolclpld |
URL Officiel | https://chromewebstore.google.com/detail/window-saver/kljjfajgfddnjhneppbffdcamolclpld |
Description | Select windows to be monitored, close your windows and reopen it later. Very useful to organize your windows. |
Taille du Fichier | 103 KB |
Nombre d'Installations | 94 |
Version Actuelle | 0.0.3 |
Dernière Mise à Jour | 2016-11-27 |
Date de Publication | 2016-11-27 |
Évaluation | 4.60/5 Total 5 Évaluations |
Développeur | matheusbrat |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/x-warrior/window-saver |
URL de la Page d'Aide | https://github.com/x-warrior/window-saver |
Langues Prises en Charge | 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:;" } |