Tabs Backup & Restore

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

什么是Tabs Backup & Restore?

Tabs Backup & Restore是由https://www.droidahead.com开发的Chrome扩展程序,该扩展的主要功能是“With 'Tabs Backup & Restore' you will never lose your work again! Backup an entire Chrome session (windows and tabs).”。

扩展截图

screenshot
screenshot

下载Tabs Backup & Restore扩展crx文件

下载Tabs Backup & Restore扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Tabs Backup & Restore Tabs Backup & Restore
ID dehocbglhkaogiljpihicakmlockmlgd
官方URL https://chromewebstore.google.com/detail/tabs-backup-restore/dehocbglhkaogiljpihicakmlockmlgd
简介 With 'Tabs Backup & Restore' you will never lose your work again! Backup an entire Chrome session (windows and tabs).
文件大小 315 KB
安装次数 20,000
当前版本 0.2.1
更新时间 2012-11-14
上架时间 2012-11-14
评分 4.16/5 共301次评分
开发者 https://www.droidahead.com
付费类型 free
扩展官网 http://www.droidahead.com
支持的语言 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"
    ]
}