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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        - 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"
    }
}