Recent Tabs and History (Wrona History Menu)

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

什么是Recent Tabs and History (Wrona History Menu)?

Recent Tabs and History (Wrona History Menu)是由Łukasz A.J. Wrona开发的Chrome扩展程序,该扩展的主要功能是“Restore, filter or remove recently closed tabs, windows and history including those from other devices.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Recent Tabs and History (Wrona History Menu)扩展crx文件

下载Recent Tabs and History (Wrona History Menu)扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Recent Tabs and History (Wrona History Menu) Recent Tabs and History (Wrona History Menu)
ID fhibbdoaickjpmmhemkompghjjmpjdpj
官方URL https://chromewebstore.google.com/detail/recent-tabs-and-history-w/fhibbdoaickjpmmhemkompghjjmpjdpj
简介 Restore, filter or remove recently closed tabs, windows and history including those from other devices.
文件大小 75.38 KB
安装次数 6,000
当前版本 2.5.1
更新时间 2022-12-02
上架时间 2016-08-15
评分 4.89/5 共62次评分
开发者 Łukasz A.J. Wrona
电子邮箱 [email protected]
付费类型 free
扩展官网 http://layv.net/history-menu/
帮助页面URL https://github.com/LAJW/history-menu
支持的语言 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"
    }
}