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文件

下載Easy Reopen Tab or Window擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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
}