Closed Tabs History

Displays recently closed tabs and allows to restore them.

ما هو Closed Tabs History؟

Closed Tabs History هو إضافة Chrome تم تطويرها بواسطة Dima PM، والميزة الرئيسية لها هي "Displays recently closed tabs and allows to restore them.".

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

screenshot

تحميل ملف CRX للإضافة Closed Tabs History

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

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

                        Extension displays recently closed tabs and allows to restore them.                    

معلومات أساسية عن التمديد

الاسم Closed Tabs History Closed Tabs History
ID hbonodimiklgogkiabgdkhhjkcigjhlk
عنوان URL الرسمي https://chromewebstore.google.com/detail/closed-tabs-history/hbonodimiklgogkiabgdkhhjkcigjhlk
الوصف Displays recently closed tabs and allows to restore them.
حجم الملف 5.83 KB
عدد التثبيتات 175
النسخة الحالية 0.0.0.1
آخر تحديث 2021-06-10
تاريخ النشر 2016-12-31
تقييم 5.00/5 مجموع تقييمات 1
المطور Dima PM
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Closed Tabs History",
    "version": "0.0.0.1",
    "description": "Displays recently closed tabs and allows to restore them.",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "19": "icon 19.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "sessions"
    ],
    "manifest_version": 2
}