Restore Last Closed Tab in Context Menu

Restore a closed tab using a context menu option.

什麼是Restore Last Closed Tab in Context Menu?

Restore Last Closed Tab in Context Menu是由Daniel Nishi開發的Chrome擴展程式,該擴展的主要功能是“Restore a closed tab using a context menu option.”。

擴展截圖

screenshot

下載Restore Last Closed Tab in Context Menu擴展crx文件

下載Restore Last Closed Tab in Context Menu擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This extension adds a context menu button which restores the last closed tab.

That's all it does! :)                    

擴展基本資訊

名稱 Restore Last Closed Tab in Context Menu Restore Last Closed Tab in Context Menu
ID pkifpkambhgdeebloffgpijpleblhnfh
官方網址 https://chromewebstore.google.com/detail/restore-last-closed-tab-i/pkifpkambhgdeebloffgpijpleblhnfh
簡介 Restore a closed tab using a context menu option.
檔案大小 10.9 KB
安裝次數 469
目前版本 1.1
更新時間 2015-12-09
上架時間 2015-12-07
評分 3.67/5 共 3 次評分
開發者 Daniel Nishi
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Restore Last Closed Tab in Context Menu",
    "description": "Restore a closed tab using a context menu option.",
    "version": "1.1",
    "permissions": [
        "contextMenus",
        "sessions"
    ],
    "background": {
        "scripts": [
            "main.js"
        ]
    },
    "icons": {
        "128": "recycle128.png"
    },
    "manifest_version": 2
}