Tabqueue

Handles tab activation history with a queue

Cos'è Tabqueue?

Tabqueue è un'estensione di Chrome sviluppata da https://appsweets.net, e la sua funzione principale è "Handles tab activation history with a queue".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Tabqueue

Scarica i file di estensione Tabqueue in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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 に影響を受けています。                    

Informazioni di Base sull'Estensione

Nome Tabqueue Tabqueue
ID pghkhbkcicjcmgobjcgcabpmngbljill
URL Ufficiale https://chromewebstore.google.com/detail/tabqueue/pghkhbkcicjcmgobjcgcabpmngbljill
Descrizione Handles tab activation history with a queue
Dimensione del File 23.13 KB
Conteggio Installazioni 118
Versione Corrente 2.1.0
Ultimo Aggiornamento 2023-10-24
Data di Pubblicazione 2016-07-22
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore https://appsweets.net
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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__"
        }
    }
}