Window Tab Saver
This will save chrome windows and tabs for re-loading later.
Cos'è Window Tab Saver?
Window Tab Saver è un'estensione di Chrome sviluppata da John Shouler, e la sua funzione principale è "This will save chrome windows and tabs for re-loading later.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Window Tab Saver
Scarica i file di estensione Window Tab Saver in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Window Tab Saver |
ID | iihacmcncdaigbolmofiadelngepiplf |
URL Ufficiale | https://chromewebstore.google.com/detail/window-tab-saver/iihacmcncdaigbolmofiadelngepiplf |
Descrizione | This will save chrome windows and tabs for re-loading later. |
Dimensione del File | 244 KB |
Conteggio Installazioni | 49 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2016-11-25 |
Data di Pubblicazione | 2016-11-25 |
Valutazione | 3.67/5 Totale 3 Valutazioni |
Sviluppatore | John Shouler |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } |