Tabqueue

Handles tab activation history with a queue

Wat is Tabqueue?

Tabqueue is een Chrome-extensie ontwikkeld door https://appsweets.net, en de belangrijkste functie is "Handles tab activation history with a queue".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Tabqueue

Download Tabqueue-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Tabqueue Tabqueue
ID pghkhbkcicjcmgobjcgcabpmngbljill
Officiële URL https://chromewebstore.google.com/detail/tabqueue/pghkhbkcicjcmgobjcgcabpmngbljill
Beschrijving Handles tab activation history with a queue
Bestandsgrootte 23.13 KB
Aantal Installaties 118
Huidige Versie 2.1.0
Laatst Bijgewerkt 2023-10-24
Publicatiedatum 2016-07-22
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar https://appsweets.net
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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__"
        }
    }
}