Window Tab Saver
This will save chrome windows and tabs for re-loading later.
Qu'est-ce que Window Tab Saver ?
Window Tab Saver est une extension Chrome développée par John Shouler, et sa fonction principale est "This will save chrome windows and tabs for re-loading later.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Window Tab Saver
Téléchargez les fichiers d'extension Window Tab 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
Track and save your google chrome windows and tabs. Simply save and track multiple windows with tabs into storage for retrieval later if they are closed. Can automatically track new tabs added to windows and on starting up google chrome can start up multiple windows at once. Synchronise your saved windows and tabs with other machines.
Informations de Base sur l'Extension
Nom | Window Tab Saver |
ID | iihacmcncdaigbolmofiadelngepiplf |
URL Officiel | https://chromewebstore.google.com/detail/window-tab-saver/iihacmcncdaigbolmofiadelngepiplf |
Description | This will save chrome windows and tabs for re-loading later. |
Taille du Fichier | 244 KB |
Nombre d'Installations | 49 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2016-11-25 |
Date de Publication | 2016-11-25 |
Évaluation | 3.67/5 Total 3 Évaluations |
Développeur | John Shouler |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Window Tab Saver", "version": "1.2", "description": "This will save chrome windows and tabs for re-loading later.", "icons": { "16": "images\/icon_16.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" }, "browser_action": { "default_icon": { "38": "images\/icon_38.png" }, "default_title": "Window Tab Saver", "default_popup": "windowSaver.html" }, "author": "John Shouler", "background": { "scripts": [ "scripts\/jquery-3.1.1.min.js", "scripts\/windowSaver.js", "scripts\/background.js" ], "persistent": false }, "permissions": [ "storage", "tabs" ], "short_name": "Window and Tab Saver with sync" } |