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
官方URL 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__"
        }
    }
}