Tabqueue

Handles tab activation history with a queue

Apa itu Tabqueue?

Tabqueue adalah ekstensi Chrome yang dikembangkan oleh https://appsweets.net, dan fitur utamanya adalah "Handles tab activation history with a queue".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Tabqueue

Unduh file ekstensi Tabqueue 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

                        Tabqueue manages tab activation order, so if you close a tab, the last active tab will be highlighted. This functionality is inspired by Opera 12.

Tabqueue はタブの活性化の順番を管理し、タブを閉じた時に最後に選択したタブをアクティブにします。この機能は Opera 12 に影響を受けています。                    

Informasi Dasar Ekstensi

Nama Tabqueue Tabqueue
ID pghkhbkcicjcmgobjcgcabpmngbljill
URL Resmi https://chromewebstore.google.com/detail/tabqueue/pghkhbkcicjcmgobjcgcabpmngbljill
Deskripsi Handles tab activation history with a queue
Ukuran File 23.13 KB
Jumlah Instalasi 118
Versi Saat Ini 2.1.0
Terakhir Diperbarui 2023-10-24
Tanggal Publikasi 2016-07-22
Penilaian 5.00/5 Total 2 Penilaian
Pengembang https://appsweets.net
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extension_name__",
    "short_name": "__MSG_extension_name__",
    "version": "2.1.0",
    "icons": {
        "128": "icon128.png"
    },
    "description": "__MSG_extension_desc__",
    "permissions": [
        "tabs",
        "storage"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "homepage_url": "https:\/\/appsweets.net\/",
    "default_locale": "en",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "commands": {
        "pop_history": {
            "suggested_key": "Ctrl+Comma",
            "description": "__MSG_pop_history_desc__"
        }
    }
}