Tabs Backup & Restore

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

Qu'est-ce que Tabs Backup & Restore ?

Tabs Backup & Restore est une extension Chrome développée par https://www.droidahead.com, et sa fonction principale est "With 'Tabs Backup & Restore' you will never lose your work again! Backup an entire Chrome session (windows and tabs).".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Tabs Backup & Restore

Téléchargez les fichiers d'extension Tabs Backup & Restore au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Tabs Backup & Restore Tabs Backup & Restore
ID dehocbglhkaogiljpihicakmlockmlgd
URL Officiel https://chromewebstore.google.com/detail/tabs-backup-restore/dehocbglhkaogiljpihicakmlockmlgd
Description With 'Tabs Backup & Restore' you will never lose your work again! Backup an entire Chrome session (windows and tabs).
Taille du Fichier 315 KB
Nombre d'Installations 20,000
Version Actuelle 0.2.1
Dernière Mise à Jour 2012-11-14
Date de Publication 2012-11-14
Évaluation 4.16/5 Total 301 Évaluations
Développeur https://www.droidahead.com
Type de Paiement free
Site Web de l'Extension http://www.droidahead.com
Langues Prises en Charge en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tabs Backup & Restore",
    "version": "0.2.1",
    "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",
        "128": "icon_128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "icon_48.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "alarms",
        "storage",
        "tabs",
        "unlimitedStorage"
    ]
}