Backup and Restore Tabs

Backup all opened urls, and restore them next time.

Cos'è Backup and Restore Tabs?

Backup and Restore Tabs è un'estensione di Chrome sviluppata da TheLostRiver, e la sua funzione principale è "Backup all opened urls, and restore them next time.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Backup and Restore Tabs

Scarica i file di estensione Backup and Restore Tabs 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

                        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.                    

Informazioni di Base sull'Estensione

Nome Backup and Restore Tabs Backup and Restore Tabs
ID clcofnmpilgeamkhcngjhkgdniidpnhn
URL Ufficiale https://chromewebstore.google.com/detail/backup-and-restore-tabs/clcofnmpilgeamkhcngjhkgdniidpnhn
Descrizione Backup all opened urls, and restore them next time.
Dimensione del File 81.16 KB
Conteggio Installazioni 666
Versione Corrente 1.1.0.4
Ultimo Aggiornamento 2014-10-03
Data di Pubblicazione 2014-10-03
Valutazione 4.40/5 Totale 10 Valutazioni
Sviluppatore TheLostRiver
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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:\/\/*\/*"
    ]
}