Reopen Last Tab Button

A button that reopen last closed tab.

What is Reopen Last Tab Button?

Reopen Last Tab Button is a Chrome extension developed by Neil Ding, and its main feature is "A button that reopen last closed tab.".

Download Reopen Last Tab Button Extension CRX File

Download Reopen Last Tab Button extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        A button that reopen last closed tab.                    

Extension Basic Information

Name Reopen Last Tab Button Reopen Last Tab Button
ID jkecnabnhjonmjpjgcfbjcofcmkocgih
Official URL https://chromewebstore.google.com/detail/reopen-last-tab-button/jkecnabnhjonmjpjgcfbjcofcmkocgih
Description A button that reopen last closed tab.
File Size 3.78 KB
Installation Count 57
Current Version 1.0.1
Last Updated 2017-04-08
Publish Date 2017-04-08
Rating 4.67/5 Total 3 Ratings
Developer Neil Ding
Payment Type free
Extension Website https://github.com/GingerBear/reopen-last-tab
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Reopen Last Tab Button",
    "version": "1.0.1",
    "author": "Neil Ding",
    "description": "A button that reopen last closed tab.",
    "permissions": [
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "Reopen Last Tab"
    },
    "manifest_version": 2
}