Window Session
Save each window as a separate session, automatically.
Qu'est-ce que Window Session ?
Window Session est une extension Chrome développée par Fabio Spampinato, et sa fonction principale est "Save each window as a separate session, automatically.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Window Session
Téléchargez les fichiers d'extension Window Session 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
If you often have many windows open and you wish you could close some of them without losing any of their tabs, you've found the right extension. Each window can be saved as a separate session, any change to the tabs will be saved automatically, so that you can close any window at any time, and re-open it back with just 2 clicks. Sessions can be renamed and removed. If the current window is a saved session a counter displaying the number of opened tabs in it will be shown.
Informations de Base sur l'Extension
Nom | Window Session |
ID | koeeegbghbokaeaikifjhdbbkjbolcep |
URL Officiel | https://chromewebstore.google.com/detail/window-session/koeeegbghbokaeaikifjhdbbkjbolcep |
Description | Save each window as a separate session, automatically. |
Taille du Fichier | 281 KB |
Nombre d'Installations | 221 |
Version Actuelle | 1.2.0 |
Dernière Mise à Jour | 2021-11-16 |
Date de Publication | 2019-10-26 |
Évaluation | 3.00/5 Total 6 Évaluations |
Développeur | Fabio Spampinato |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Window Session", "description": "Save each window as a separate session, automatically.", "version": "1.2.0", "background": { "page": "background.html" }, "browser_action": { "default_title": "Window Session", "default_popup": "popup.html", "default_icon": "icon-256.png" }, "permissions": [ "tabs", "storage" ], "icons": { "16": "icon-16.png", "32": "icon-32.png", "48": "icon-48.png", "64": "icon-64.png", "128": "icon-128.png", "256": "icon-256.png" } } |