Recent Tabs and History (Wrona History Menu)
Restore, filter or remove recently closed tabs, windows and history including those from other devices.
Was ist Recent Tabs and History (Wrona History Menu)?
Recent Tabs and History (Wrona History Menu) ist eine Chrome-Erweiterung, die von Łukasz A.J. Wrona entwickelt wurde, und ihr Hauptmerkmal ist "Restore, filter or remove recently closed tabs, windows and history including those from other devices.".
Erweiterungsscreenshots
Recent Tabs and History (Wrona History Menu)-Erweiterungs-CRX-Datei herunterladen
Laden Sie Recent Tabs and History (Wrona History Menu)-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
- 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)
Grundlegende Informationen zur Erweiterung
Name | Recent Tabs and History (Wrona History Menu) |
ID | fhibbdoaickjpmmhemkompghjjmpjdpj |
Offizielle URL | https://chromewebstore.google.com/detail/recent-tabs-and-history-w/fhibbdoaickjpmmhemkompghjjmpjdpj |
Beschreibung | Restore, filter or remove recently closed tabs, windows and history including those from other devices. |
Dateigröße | 75.38 KB |
Installationsanzahl | 6,000 |
Aktuelle Version | 2.5.1 |
Letztes Update | 2022-12-02 |
Veröffentlichungsdatum | 2016-08-15 |
Bewertung | 4.89/5 Insgesamt 62 Bewertungen |
Entwickler | Łukasz A.J. Wrona |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | http://layv.net/history-menu/ |
Hilfeseite URL | https://github.com/LAJW/history-menu |
Unterstützte Sprachen | 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" } } |