Recent Tabs and History (Wrona History Menu)

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

Vad är Recent Tabs and History (Wrona History Menu)?

Recent Tabs and History (Wrona History Menu) är en Chrome-tillägg utvecklad av Łukasz A.J. Wrona, och dess huvudfunktion är "Restore, filter or remove recently closed tabs, windows and history including those from other devices.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Recent Tabs and History (Wrona History Menu)-förlängningens CRX-fil

Ladda ner Recent Tabs and History (Wrona History Menu)-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Recent Tabs and History (Wrona History Menu) Recent Tabs and History (Wrona History Menu)
ID fhibbdoaickjpmmhemkompghjjmpjdpj
Officiell webbadress https://chromewebstore.google.com/detail/recent-tabs-and-history-w/fhibbdoaickjpmmhemkompghjjmpjdpj
Beskrivning Restore, filter or remove recently closed tabs, windows and history including those from other devices.
Filstorlek 75.38 KB
Antal Installationer 6,000
Aktuell Version 2.5.1
Senast Uppdaterad 2022-12-02
Publiceringsdatum 2016-08-15
Betyg 4.89/5 Totalt 62 Betyg
Utvecklare Łukasz A.J. Wrona
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://layv.net/history-menu/
Hjälpsida URL https://github.com/LAJW/history-menu
Stödda Språk 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"
    }
}