Backup and Restore Tabs

Backup all opened urls, and restore them next time.

¿Qué es Backup and Restore Tabs?

Backup and Restore Tabs es una extensión de Chrome desarrollada por TheLostRiver, y su función principal es "Backup all opened urls, and restore them next time.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Backup and Restore Tabs

Descarga archivos de extensión Backup and Restore Tabs en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Backup and Restore Tabs Backup and Restore Tabs
ID clcofnmpilgeamkhcngjhkgdniidpnhn
URL Oficial https://chromewebstore.google.com/detail/backup-and-restore-tabs/clcofnmpilgeamkhcngjhkgdniidpnhn
Descripción Backup all opened urls, and restore them next time.
Tamaño del Archivo 81.16 KB
Cantidad de Instalaciones 666
Versión Actual 1.1.0.4
Última Actualización 2014-10-03
Fecha de Publicación 2014-10-03
Calificación 4.40/5 Total de 10 Calificaciones
Desarrollador TheLostRiver
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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:\/\/*\/*"
    ]
}