Restore Last Closed Tab in Context Menu

Restore a closed tab using a context menu option.

Wat is Restore Last Closed Tab in Context Menu?

Restore Last Closed Tab in Context Menu is een Chrome-extensie ontwikkeld door Daniel Nishi, en de belangrijkste functie is "Restore a closed tab using a context menu option.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Restore Last Closed Tab in Context Menu

Download Restore Last Closed Tab in Context Menu-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

That's all it does! :)                    

Basisinformatie over de Extensie

Naam Restore Last Closed Tab in Context Menu Restore Last Closed Tab in Context Menu
ID pkifpkambhgdeebloffgpijpleblhnfh
Officiële URL https://chromewebstore.google.com/detail/restore-last-closed-tab-i/pkifpkambhgdeebloffgpijpleblhnfh
Beschrijving Restore a closed tab using a context menu option.
Bestandsgrootte 10.9 KB
Aantal Installaties 469
Huidige Versie 1.1
Laatst Bijgewerkt 2015-12-09
Publicatiedatum 2015-12-07
Beoordeling 3.67/5 Totaal 3 Beoordelingen
Ontwikkelaar Daniel Nishi
Betalingswijze free
Ondersteunde Talen 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
}