Recent Tabs and History (Wrona History Menu)

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

Apa itu Recent Tabs and History (Wrona History Menu)?

Recent Tabs and History (Wrona History Menu) adalah ekstensi Chrome yang dikembangkan oleh Łukasz A.J. Wrona, dan fitur utamanya adalah "Restore, filter or remove recently closed tabs, windows and history including those from other devices.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Recent Tabs and History (Wrona History Menu)

Unduh file ekstensi Recent Tabs and History (Wrona History Menu) 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

                        - 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)                    

Informasi Dasar Ekstensi

Nama Recent Tabs and History (Wrona History Menu) Recent Tabs and History (Wrona History Menu)
ID fhibbdoaickjpmmhemkompghjjmpjdpj
URL Resmi https://chromewebstore.google.com/detail/recent-tabs-and-history-w/fhibbdoaickjpmmhemkompghjjmpjdpj
Deskripsi Restore, filter or remove recently closed tabs, windows and history including those from other devices.
Ukuran File 75.38 KB
Jumlah Instalasi 6,000
Versi Saat Ini 2.5.1
Terakhir Diperbarui 2022-12-02
Tanggal Publikasi 2016-08-15
Penilaian 4.89/5 Total 62 Penilaian
Pengembang Łukasz A.J. Wrona
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://layv.net/history-menu/
URL Halaman Bantuan https://github.com/LAJW/history-menu
Bahasa yang Didukung 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"
    }
}