Recently Closed

View and restore recently closed Tabs and Windows

Recently Closed란 무엇입니까?

Recently Closed은(는) https://mythical5th.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "View and restore recently closed Tabs and Windows"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Recently Closed 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        A page for Recently Closed Tabs, following the design of the History and Downloads pages. Click a Tab or Window to restore it.

Keyboard shortcut: Alt+Z.
To change the shortcut, paste this into the address bar: chrome://extensions/shortcuts

The Trashcan and Window icons in this extension, as well as icons in promotional images, are in the public domain and available from http://paomedia.github.io/small-n-flat/                    

확장 프로그램 기본 정보

이름 Recently Closed Recently Closed
ID khiocfdofmabcpofejbffpbocoabcjib
공식 URL https://chromewebstore.google.com/detail/recently-closed/khiocfdofmabcpofejbffpbocoabcjib
설명 View and restore recently closed Tabs and Windows
파일 크기 162 KB
설치 횟수 3,899
현재 버전 3.1
최근 업데이트 2024-02-10
출시 날짜 2020-07-04
평점 4.32/5 총 19 개의 평점
개발자 https://mythical5th.com
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL http://mythical5th.com/policies/chromeWebStore.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "short_name": "RecentTabs",
    "version": "3.1",
    "manifest_version": 3,
    "default_locale": "en",
    "icons": {
        "16": "icons\/icon16.png",
        "19": "icons\/icon19.png",
        "32": "icons\/icon32.png",
        "38": "icons\/icon38.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "tabs",
        "sessions",
        "favicon"
    ],
    "background": {
        "service_worker": "sw.js",
        "type": "module"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+Z"
            }
        }
    },
    "action": {
        "default_title": "__MSG_extName__"
    }
}