Easy Reopen Tab or Window

One click to reopen tab or window

Easy Reopen Tab or Window란 무엇입니까?

Easy Reopen Tab or Window은(는) bugbebop에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "One click to reopen tab or window"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Easy Reopen Tab or Window 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Easy and lightweight.
Click the icon to reopen the tab lastly closed (empty tab will be ignored).
Click the 'Reopen closed window' in the right-click context menu to reopen the window lastly closed.
Using Manifest V3 format.

这是一个操作简单且轻量的扩展。
一键点击扩展的图标以恢复上一个关闭的标签(空标签将被忽略)。
在右键菜单中点击‘Reopen closed window’选项可恢复上一个关闭的窗口。
采用Manifest V3标准。                    

확장 프로그램 기본 정보

이름 Easy Reopen Tab or Window Easy Reopen Tab or Window
ID dfdfkpcfjbnonmifmbgecajnpehmmfkk
공식 URL https://chromewebstore.google.com/detail/easy-reopen-tab-or-window/dfdfkpcfjbnonmifmbgecajnpehmmfkk
설명 One click to reopen tab or window
파일 크기 32.83 KB
설치 횟수 47
현재 버전 1.0.0
최근 업데이트 2021-03-18
출시 날짜 2021-03-17
개발자 bugbebop
이메일 [email protected]
결제 유형 free
지원되는 언어 en,zh-CN
manifest.json
{
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "version": "1.0.0",
    "default_locale": "en",
    "background": {
        "service_worker": "background.js"
    },
    "action": [],
    "icons": {
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "contextMenus",
        "sessions"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3
}