Backup and Restore Tabs

Backup all opened urls, and restore them next time.

ما هو Backup and Restore Tabs؟

Backup and Restore Tabs هو إضافة Chrome تم تطويرها بواسطة TheLostRiver، والميزة الرئيسية لها هي "Backup all opened urls, and restore them next time.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Backup and Restore Tabs

قم بتنزيل ملفات الامتداد Backup and Restore Tabs بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
البريد الإلكتروني [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:\/\/*\/*"
    ]
}