Window Tab Saver
This will save chrome windows and tabs for re-loading later.
Wat is Window Tab Saver?
Window Tab Saver is een Chrome-extensie ontwikkeld door John Shouler, en de belangrijkste functie is "This will save chrome windows and tabs for re-loading later.".
Extensie Screenshots
Download het CRX-bestand van de extensie Window Tab Saver
Download Window Tab Saver-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Window Tab Saver |
ID | iihacmcncdaigbolmofiadelngepiplf |
Officiële URL | https://chromewebstore.google.com/detail/window-tab-saver/iihacmcncdaigbolmofiadelngepiplf |
Beschrijving | This will save chrome windows and tabs for re-loading later. |
Bestandsgrootte | 244 KB |
Aantal Installaties | 49 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2016-11-25 |
Publicatiedatum | 2016-11-25 |
Beoordeling | 3.67/5 Totaal 3 Beoordelingen |
Ontwikkelaar | John Shouler |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } |