Tabs Backup & Restore
With 'Tabs Backup & Restore' you will never lose your work again! Backup an entire Chrome session (windows and tabs).
What is Tabs Backup & Restore?
Tabs Backup & Restore is a Chrome extension developed by https://www.droidahead.com, and its main feature is "With 'Tabs Backup & Restore' you will never lose your work again! Backup an entire Chrome session (windows and tabs).".
Extension Screenshots
Download Tabs Backup & Restore Extension CRX File
Download Tabs Backup & Restore 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
With Tabs Backup & Restore you will never lose your work again! Backup an entire Chrome session (all opened windows and tabs) and restore it when needed. Backups are created automatically (every XX minutes, definable in the Options Page), but can also be created manually whenever you want. *NEW*: Advanced Restore options (browse the content of your backups and restore a partial selection). Improved layout and added some animations.
Extension Basic Information
Name | Tabs Backup & Restore |
ID | dehocbglhkaogiljpihicakmlockmlgd |
Official URL | https://chromewebstore.google.com/detail/tabs-backup-restore/dehocbglhkaogiljpihicakmlockmlgd |
Description | With 'Tabs Backup & Restore' you will never lose your work again! Backup an entire Chrome session (windows and tabs). |
File Size | 315 KB |
Installation Count | 20,000 |
Current Version | 0.2.1 |
Last Updated | 2012-11-14 |
Publish Date | 2012-11-14 |
Rating | 4.16/5 Total 301 Ratings |
Developer | https://www.droidahead.com |
Payment Type | free |
Extension Website | http://www.droidahead.com |
Supported Languages | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tabs Backup & Restore", "version": "0.2.1", "manifest_version": 2, "description": "With 'Tabs Backup & Restore' you will never lose your work again! Backup an entire Chrome session (windows and tabs).", "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "background": { "scripts": [ "background.js" ] }, "options_page": "options.html", "browser_action": { "default_icon": "icon_48.png", "default_popup": "popup.html" }, "permissions": [ "alarms", "storage", "tabs", "unlimitedStorage" ] } |