Backup and Restore Tabs

Backup all opened urls, and restore them next time.

Apa itu Backup and Restore Tabs?

Backup and Restore Tabs adalah ekstensi Chrome yang dikembangkan oleh TheLostRiver, dan fitur utamanya adalah "Backup all opened urls, and restore them next time.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Backup and Restore Tabs

Unduh file ekstensi Backup and Restore Tabs dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Backup and Restore Tabs Backup and Restore Tabs
ID clcofnmpilgeamkhcngjhkgdniidpnhn
URL Resmi https://chromewebstore.google.com/detail/backup-and-restore-tabs/clcofnmpilgeamkhcngjhkgdniidpnhn
Deskripsi Backup all opened urls, and restore them next time.
Ukuran File 81.16 KB
Jumlah Instalasi 666
Versi Saat Ini 1.1.0.4
Terakhir Diperbarui 2014-10-03
Tanggal Publikasi 2014-10-03
Penilaian 4.40/5 Total 10 Penilaian
Pengembang TheLostRiver
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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:\/\/*\/*"
    ]
}