Backup and Restore Tabs

Backup all opened urls, and restore them next time.

Hvad er Backup and Restore Tabs?

Backup and Restore Tabs er en Chrome-udvidelse udviklet af TheLostRiver, og dens hovedfunktion er "Backup all opened urls, and restore them next time.".

Udvidelsesskærmbilleder

screenshot

Download Backup and Restore Tabs-udvidelses-CRX-fil

Download Backup and Restore Tabs-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Backup and Restore Tabs Backup and Restore Tabs
ID clcofnmpilgeamkhcngjhkgdniidpnhn
Officiel URL https://chromewebstore.google.com/detail/backup-and-restore-tabs/clcofnmpilgeamkhcngjhkgdniidpnhn
Beskrivelse Backup all opened urls, and restore them next time.
Filstørrelse 81.16 KB
Antal Installationer 666
Nuværende Version 1.1.0.4
Senest Opdateret 2014-10-03
Udgivelsesdato 2014-10-03
Bedømmelse 4.40/5 Samlet 10 Bedømmelser
Udvikler TheLostRiver
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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:\/\/*\/*"
    ]
}