Tabs Backup & Restore, Tom

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

Cos'è Tabs Backup & Restore, Tom?

Tabs Backup & Restore, Tom è un'estensione di Chrome sviluppata da schittli, e la sua funzione principale è "With 'Tabs Backup & Restore' you will never lose your work again! Backup an entire Chrome session (windows and tabs).".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Tabs Backup & Restore, Tom

Scarica i file di estensione Tabs Backup & Restore, Tom in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Tabs Backup & Restore, Tom Tabs Backup & Restore, Tom
ID ebcdeddiokhhdmibpjkpjhmokcdepbif
URL Ufficiale https://chromewebstore.google.com/detail/tabs-backup-restore-tom/ebcdeddiokhhdmibpjkpjhmokcdepbif
Descrizione With 'Tabs Backup & Restore' you will never lose your work again! Backup an entire Chrome session (windows and tabs).
Dimensione del File 331 KB
Conteggio Installazioni 51
Versione Corrente 0.2.2
Ultimo Aggiornamento 2020-07-08
Data di Pubblicazione 2020-07-08
Sviluppatore schittli
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}