Backup and Restore Tabs

Backup all opened urls, and restore them next time.

Was ist Backup and Restore Tabs?

Backup and Restore Tabs ist eine Chrome-Erweiterung, die von TheLostRiver entwickelt wurde, und ihr Hauptmerkmal ist "Backup all opened urls, and restore them next time.".

Erweiterungsscreenshots

screenshot

Backup and Restore Tabs-Erweiterungs-CRX-Datei herunterladen

Laden Sie Backup and Restore Tabs-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Backup and Restore Tabs Backup and Restore Tabs
ID clcofnmpilgeamkhcngjhkgdniidpnhn
Offizielle URL https://chromewebstore.google.com/detail/backup-and-restore-tabs/clcofnmpilgeamkhcngjhkgdniidpnhn
Beschreibung Backup all opened urls, and restore them next time.
Dateigröße 81.16 KB
Installationsanzahl 666
Aktuelle Version 1.1.0.4
Letztes Update 2014-10-03
Veröffentlichungsdatum 2014-10-03
Bewertung 4.40/5 Insgesamt 10 Bewertungen
Entwickler TheLostRiver
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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:\/\/*\/*"
    ]
}