Undo Closed Tabs

A simple Chrome extension that restores closed tabs.

ما هو Undo Closed Tabs؟

Undo Closed Tabs هو إضافة Chrome تم تطويرها بواسطة htl8610، والميزة الرئيسية لها هي "A simple Chrome extension that restores closed tabs.".

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

screenshot

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

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

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

                        還原已關閉分頁或視窗,並保留進度。
功能:
左鍵點擊擴充功能圖示還原最後關閉的分頁或視窗。
右鍵點擊擴充功能圖示顯示已關閉的分頁或視窗清單。


Restores a closed tab or window and preserves progress.
Features:
Left-clicking on the extension icon restores the last closed tab or window.
Right-clicking on an extension icon displays a list of closed tabs or windows.                    

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

الاسم Undo Closed Tabs Undo Closed Tabs
ID hnjoiigomiklfckfaapjgchaniljhinm
عنوان URL الرسمي https://chromewebstore.google.com/detail/undo-closed-tabs/hnjoiigomiklfckfaapjgchaniljhinm
الوصف A simple Chrome extension that restores closed tabs.
حجم الملف 7.73 KB
عدد التثبيتات 55
النسخة الحالية 1.0
آخر تحديث 2023-03-09
تاريخ النشر 2023-03-09
تقييم 5.00/5 مجموع تقييمات 1
المطور htl8610
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/ted1030/Undo-Closed-Tabs
اللغات المدعومة zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Undo Closed Tabs",
    "version": "1.0",
    "description": "A simple Chrome extension that restores closed tabs.",
    "manifest_version": 3,
    "permissions": [
        "tabs",
        "sessions",
        "contextMenus"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Undo Closed Tabs"
    },
    "icons": {
        "48": "48.png",
        "128": "128.png"
    }
}