Closed Tabs History

Displays recently closed tabs and allows to restore them.

Apa itu Closed Tabs History?

Closed Tabs History adalah ekstensi Chrome yang dikembangkan oleh Dima PM, dan fitur utamanya adalah "Displays recently closed tabs and allows to restore them.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Closed Tabs History

Unduh file ekstensi Closed Tabs History 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

                        Extension displays recently closed tabs and allows to restore them.                    

Informasi Dasar Ekstensi

Nama Closed Tabs History Closed Tabs History
ID hbonodimiklgogkiabgdkhhjkcigjhlk
URL Resmi https://chromewebstore.google.com/detail/closed-tabs-history/hbonodimiklgogkiabgdkhhjkcigjhlk
Deskripsi Displays recently closed tabs and allows to restore them.
Ukuran File 5.83 KB
Jumlah Instalasi 175
Versi Saat Ini 0.0.0.1
Terakhir Diperbarui 2021-06-10
Tanggal Publikasi 2016-12-31
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Dima PM
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Closed Tabs History",
    "version": "0.0.0.1",
    "description": "Displays recently closed tabs and allows to restore them.",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "19": "icon 19.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "sessions"
    ],
    "manifest_version": 2
}