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
Eメール [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"
    }
}