Recent Tabs and History (Wrona History Menu)

Restore, filter or remove recently closed tabs, windows and history including those from other devices.

ما هو Recent Tabs and History (Wrona History Menu)؟

Recent Tabs and History (Wrona History Menu) هو إضافة Chrome تم تطويرها بواسطة Łukasz A.J. Wrona، والميزة الرئيسية لها هي "Restore, filter or remove recently closed tabs, windows and history including those from other devices.".

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

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Recent Tabs and History (Wrona History Menu)

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

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

                        - Restore recently closed tabs, windows and history (including other devices)
 - Remove history entries
 - Blacklist: Don't show certain history-polluting sites in the "recently visited" section
 - Infinite Scroll
 - Dark Mode (synced to system theme)
 - Free Software (GNU GPL V3)                    

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

الاسم Recent Tabs and History (Wrona History Menu) Recent Tabs and History (Wrona History Menu)
ID fhibbdoaickjpmmhemkompghjjmpjdpj
عنوان URL الرسمي https://chromewebstore.google.com/detail/recent-tabs-and-history-w/fhibbdoaickjpmmhemkompghjjmpjdpj
الوصف Restore, filter or remove recently closed tabs, windows and history including those from other devices.
حجم الملف 75.38 KB
عدد التثبيتات 6,000
النسخة الحالية 2.5.1
آخر تحديث 2022-12-02
تاريخ النشر 2016-08-15
تقييم 4.89/5 مجموع تقييمات 62
المطور Łukasz A.J. Wrona
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://layv.net/history-menu/
عنوان صفحة المساعدة https://github.com/LAJW/history-menu
اللغات المدعومة en,it,pl,sr,ru,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Recent Tabs and History (Wrona History Menu)",
    "manifest_version": 3,
    "author": "\u0141ukasz A.J. Wrona (http:\/\/layv.net\/)",
    "description": "__MSG_description__",
    "version": "2.5.1",
    "permissions": [
        "tabs",
        "history",
        "sessions",
        "windows",
        "favicon",
        "storage",
        "bookmarks"
    ],
    "icons": {
        "128": "icons\/history-128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "default_locale": "en",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "action": {
        "default_icon": {
            "19": "icons\/history-19-granite.png"
        },
        "default_title": "History Menu",
        "default_popup": "popup.html"
    }
}