Restore Last Closed Tab in Context Menu

Restore a closed tab using a context menu option.

Co to jest Restore Last Closed Tab in Context Menu?

Restore Last Closed Tab in Context Menu to rozszerzenie Chrome opracowane przez Daniel Nishi, a jego główną funkcją jest „Restore a closed tab using a context menu option.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Restore Last Closed Tab in Context Menu

Pobierz pliki rozszerzeń Restore Last Closed Tab in Context Menu w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

That's all it does! :)                    

Podstawowe informacje o rozszerzeniu

Nazwa Restore Last Closed Tab in Context Menu Restore Last Closed Tab in Context Menu
ID pkifpkambhgdeebloffgpijpleblhnfh
Oficjalny URL https://chromewebstore.google.com/detail/restore-last-closed-tab-i/pkifpkambhgdeebloffgpijpleblhnfh
Opis Restore a closed tab using a context menu option.
Rozmiar pliku 10.9 KB
Liczba instalacji 469
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2015-12-09
Data Publikacji 2015-12-07
Ocena 3.67/5 Łącznie 3 Oceny
Deweloper Daniel Nishi
Typ Płatności free
Obsługiwane Języki 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
}