Backup and Restore Tabs

Backup all opened urls, and restore them next time.

什麼是Backup and Restore Tabs?

Backup and Restore Tabs是由TheLostRiver開發的Chrome擴展程式,該擴展的主要功能是“Backup all opened urls, and restore them next time.”。

擴展截圖

screenshot

下載Backup and Restore Tabs擴展crx文件

下載Backup and Restore Tabs擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Backup and Restore Tabs Backup and Restore Tabs
ID clcofnmpilgeamkhcngjhkgdniidpnhn
官方網址 https://chromewebstore.google.com/detail/backup-and-restore-tabs/clcofnmpilgeamkhcngjhkgdniidpnhn
簡介 Backup all opened urls, and restore them next time.
檔案大小 81.16 KB
安裝次數 666
目前版本 1.1.0.4
更新時間 2014-10-03
上架時間 2014-10-03
評分 4.40/5 共 10 次評分
開發者 TheLostRiver
電子郵箱 [email protected]
付費類型 free
支援的語言 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:\/\/*\/*"
    ]
}