Restore Last Closed Tab in Context Menu

Restore a closed tab using a context menu option.

Apa itu Restore Last Closed Tab in Context Menu?

Restore Last Closed Tab in Context Menu adalah ekstensi Chrome yang dikembangkan oleh Daniel Nishi, dan fitur utamanya adalah "Restore a closed tab using a context menu option.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Restore Last Closed Tab in Context Menu

Unduh file ekstensi Restore Last Closed Tab in Context Menu dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

That's all it does! :)                    

Informasi Dasar Ekstensi

Nama Restore Last Closed Tab in Context Menu Restore Last Closed Tab in Context Menu
ID pkifpkambhgdeebloffgpijpleblhnfh
URL Resmi https://chromewebstore.google.com/detail/restore-last-closed-tab-i/pkifpkambhgdeebloffgpijpleblhnfh
Deskripsi Restore a closed tab using a context menu option.
Ukuran File 10.9 KB
Jumlah Instalasi 469
Versi Saat Ini 1.1
Terakhir Diperbarui 2015-12-09
Tanggal Publikasi 2015-12-07
Penilaian 3.67/5 Total 3 Penilaian
Pengembang Daniel Nishi
Tipe Pembayaran free
Bahasa yang Didukung 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
}