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
公式URL 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
Eメール [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:\/\/*\/*"
    ]
}