Recent Tabs and History (Wrona History Menu)
Restore, filter or remove recently closed tabs, windows and history including those from other devices.
What is Recent Tabs and History (Wrona History Menu)?
Recent Tabs and History (Wrona History Menu) is a Chrome extension developed by Łukasz A.J. Wrona, and its main feature is "Restore, filter or remove recently closed tabs, windows and history including those from other devices.".
Extension Screenshots
Download Recent Tabs and History (Wrona History Menu) Extension CRX File
Download Recent Tabs and History (Wrona History Menu) extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
- 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)
Extension Basic Information
Name | Recent Tabs and History (Wrona History Menu) |
ID | fhibbdoaickjpmmhemkompghjjmpjdpj |
Official URL | https://chromewebstore.google.com/detail/recent-tabs-and-history-w/fhibbdoaickjpmmhemkompghjjmpjdpj |
Description | Restore, filter or remove recently closed tabs, windows and history including those from other devices. |
File Size | 75.38 KB |
Installation Count | 6,000 |
Current Version | 2.5.1 |
Last Updated | 2022-12-02 |
Publish Date | 2016-08-15 |
Rating | 4.89/5 Total 62 Ratings |
Developer | Łukasz A.J. Wrona |
[email protected] | |
Payment Type | free |
Extension Website | http://layv.net/history-menu/ |
Help Page URL | https://github.com/LAJW/history-menu |
Supported Languages | 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" } } |