Window Tab Saver
This will save chrome windows and tabs for re-loading later.
What is Window Tab Saver?
Window Tab Saver is a Chrome extension developed by John Shouler, and its main feature is "This will save chrome windows and tabs for re-loading later.".
Extension Screenshots
Download Window Tab Saver Extension CRX File
Download Window Tab Saver extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Window Tab Saver |
ID | iihacmcncdaigbolmofiadelngepiplf |
Official URL | https://chromewebstore.google.com/detail/window-tab-saver/iihacmcncdaigbolmofiadelngepiplf |
Description | This will save chrome windows and tabs for re-loading later. |
File Size | 244 KB |
Installation Count | 49 |
Current Version | 1.2 |
Last Updated | 2016-11-25 |
Publish Date | 2016-11-25 |
Rating | 3.67/5 Total 3 Ratings |
Developer | John Shouler |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } |