Tabqueue

Handles tab activation history with a queue

什麼是Tabqueue?

Tabqueue是由https://appsweets.net開發的Chrome擴展程式,該擴展的主要功能是“Handles tab activation history with a queue”。

擴展截圖

screenshot

下載Tabqueue擴展crx文件

下載Tabqueue擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 Tabqueue Tabqueue
ID pghkhbkcicjcmgobjcgcabpmngbljill
官方網址 https://chromewebstore.google.com/detail/tabqueue/pghkhbkcicjcmgobjcgcabpmngbljill
簡介 Handles tab activation history with a queue
檔案大小 23.13 KB
安裝次數 118
目前版本 2.1.0
更新時間 2023-10-24
上架時間 2016-07-22
評分 5.00/5 共 2 次評分
開發者 https://appsweets.net
電子郵箱 [email protected]
付費類型 free
支援的語言 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__"
        }
    }
}