Recent Tabs and History (Wrona History Menu)

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

Wat is Recent Tabs and History (Wrona History Menu)?

Recent Tabs and History (Wrona History Menu) is een Chrome-extensie ontwikkeld door Łukasz A.J. Wrona, en de belangrijkste functie is "Restore, filter or remove recently closed tabs, windows and history including those from other devices.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Recent Tabs and History (Wrona History Menu)

Download Recent Tabs and History (Wrona History Menu)-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Recent Tabs and History (Wrona History Menu) Recent Tabs and History (Wrona History Menu)
ID fhibbdoaickjpmmhemkompghjjmpjdpj
Officiële URL https://chromewebstore.google.com/detail/recent-tabs-and-history-w/fhibbdoaickjpmmhemkompghjjmpjdpj
Beschrijving Restore, filter or remove recently closed tabs, windows and history including those from other devices.
Bestandsgrootte 75.38 KB
Aantal Installaties 6,000
Huidige Versie 2.5.1
Laatst Bijgewerkt 2022-12-02
Publicatiedatum 2016-08-15
Beoordeling 4.89/5 Totaal 62 Beoordelingen
Ontwikkelaar Łukasz A.J. Wrona
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://layv.net/history-menu/
Help Pagina-URL https://github.com/LAJW/history-menu
Ondersteunde Talen 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"
    }
}