Tabs Backup & Restore, Tom

With 'Tabs Backup & Restore' you will never lose your work again! Backup an entire Chrome session (windows and tabs).

What is Tabs Backup & Restore, Tom?

Tabs Backup & Restore, Tom is a Chrome extension developed by schittli, 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

screenshot
screenshot

Download Tabs Backup & Restore, Tom Extension CRX File

Download Tabs Backup & Restore, Tom 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

                        Clone of: Tabs Backup & Restore

Changes:
Max. 9999 Backups
Max. Backup every 12h

Original description:
With 'Tabs Backup & Restore' you will never lose your work again! Backup an entire Chrome session (windows and tabs).
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, Tom Tabs Backup & Restore, Tom
ID ebcdeddiokhhdmibpjkpjhmokcdepbif
Official URL https://chromewebstore.google.com/detail/tabs-backup-restore-tom/ebcdeddiokhhdmibpjkpjhmokcdepbif
Description With 'Tabs Backup & Restore' you will never lose your work again! Backup an entire Chrome session (windows and tabs).
File Size 331 KB
Installation Count 51
Current Version 0.2.2
Last Updated 2020-07-08
Publish Date 2020-07-08
Developer schittli
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tabs Backup & Restore, Tom",
    "version": "0.2.2",
    "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",
        "96": "icon_96.png",
        "128": "icon_128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "icon_128.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "alarms",
        "storage",
        "tabs",
        "unlimitedStorage"
    ]
}