Reopen closed tab Button™

Provides 1-click "Reopen closed tab" with sessions. It's same functionality on Chrome menu.

什麼是Reopen closed tab Button™?

Reopen closed tab Button™是由Smart Software開發的Chrome擴展程式,該擴展的主要功能是“Provides 1-click "Reopen closed tab" with sessions. It's same functionality on Chrome menu.”。

擴展截圖

screenshot

下載Reopen closed tab Button™擴展crx文件

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

擴展使用說明

                        Provides 1-click "Reopen closed tab" with sessions.
Reopen closed tab Button helps you to reopen closed tabs. Just click the button on Chrome toolbar.
It's same functionality on Chrome menu.
Additionally, you can use "Reopen closed tab" from the Chrome context menu. This feature can be turned off in the extension option page.
This extension works with minimal permissions.

Support Chrome's context menu, Support Chrome 88 and later versions.

Published the extension since 2014
Updated to the manifest v3 in December 2023                    

擴展基本資訊

名稱 Reopen closed tab Button™ Reopen closed tab Button™
ID jjchodckpgecejjbbdedboikbidieebe
官方網址 https://chromewebstore.google.com/detail/reopen-closed-tab-button/jjchodckpgecejjbbdedboikbidieebe
簡介 Provides 1-click "Reopen closed tab" with sessions. It's same functionality on Chrome menu.
檔案大小 39.76 KB
安裝次數 12,778
目前版本 0.9.1.7
更新時間 2023-12-12
上架時間 2014-09-14
評分 4.62/5 共 152 次評分
開發者 Smart Software
電子郵箱 [email protected]
付費類型 free
擴展官網 https://iblogbox.com/chrome/reopentab/
說明頁面URL https://iblogbox.com/chrome/reopentab/
隱私政策頁面URL http://iblogbox.com/chrome/tos.php
支援的語言 en
manifest.json
{
    "background": {
        "service_worker": "js\/bg.js"
    },
    "default_locale": "en",
    "description": "__MSG_ext_description__",
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "32": "images\/icon32.png"
    },
    "action": {
        "default_icon": "images\/icon128.png",
        "default_title": "__MSG_ext_name__"
    },
    "name": "__MSG_ext_name__",
    "permissions": [
        "storage",
        "contextMenus",
        "sessions"
    ],
    "options_page": "options.html",
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "minimum_chrome_version": "88.0.0.0",
    "version": "0.9.1.7"
}