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
官方URL 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
}