Backup and Restore Tabs
Backup all opened urls, and restore them next time.
What is Backup and Restore Tabs?
Backup and Restore Tabs is a Chrome extension developed by TheLostRiver, and its main feature is "Backup all opened urls, and restore them next time.".
Extension Screenshots
Download Backup and Restore Tabs Extension CRX File
Download Backup and Restore Tabs 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
This extension software helps you backup all your opened tabs, and restore them at any time you need. This extension software will also record last closed window, and all windows and tabs that not closed normally.
Extension Basic Information
Name | Backup and Restore Tabs |
ID | clcofnmpilgeamkhcngjhkgdniidpnhn |
Official URL | https://chromewebstore.google.com/detail/backup-and-restore-tabs/clcofnmpilgeamkhcngjhkgdniidpnhn |
Description | Backup all opened urls, and restore them next time. |
File Size | 81.16 KB |
Installation Count | 666 |
Current Version | 1.1.0.4 |
Last Updated | 2014-10-03 |
Publish Date | 2014-10-03 |
Rating | 4.40/5 Total 10 Ratings |
Developer | TheLostRiver |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Backup and Restore Tabs", "description": "Backup all opened urls, and restore them next time.", "version": "1.1.0.4", "manifest_version": 2, "icons": { "128": "img\/logo.128.png", "48": "img\/logo.48.png", "16": "img\/logo.16.png" }, "browser_action": { "default_icon": "img\/logo.48.png", "default_title": "backup and restore tabs", "default_popup": "popup\/popup.html" }, "background": { "scripts": [ "bkgd\/Storage.js", "bkgd\/WindowTabUtils.js", "bkgd\/Section.js", "bkgd\/SavedWindowsSection.js", "bkgd\/LastClosedWindowTabsSection.js", "bkgd\/NotClosedWindowsSection.js", "bkgd\/Background.js" ] }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "ftp:\/\/*\/*" ] } |