Tabs to Front v2

Brings newly created tabs to the foreground.

什么是Tabs to Front v2?

Tabs to Front v2是由DougCuk42开发的Chrome扩展程序,该扩展的主要功能是“Brings newly created tabs to the foreground.”。

扩展截图

screenshot

下载Tabs to Front v2扩展crx文件

下载Tabs to Front v2扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        New tabs open immediately instead of in the background.
Update of original "Tabs to the Front!" by Abarth (2010).

Chrome opens new tabs in the background and provides no option to switch to them immediately. This extension forces new tabs to open immediately. Basic, no frills, no extra features.                    

扩展基本信息

名称 Tabs to Front v2 Tabs to Front v2
ID iiojfifkpjkhcdjfgekmfobhfdohlecg
官方URL https://chromewebstore.google.com/detail/tabs-to-front-v2/iiojfifkpjkhcdjfgekmfobhfdohlecg
简介 Brings newly created tabs to the foreground.
文件大小 10.93 KB
安装次数 8,000
当前版本 2.1
更新时间 2022-05-11
上架时间 2019-01-02
评分 4.46/5 共13次评分
开发者 DougCuk42
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "manifest_version": 3,
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tabs to Front v2",
    "version": "2.1",
    "description": "Brings newly created tabs to the foreground.",
    "icons": {
        "16": "icon-16.jpg",
        "32": "icon-32.jpg",
        "48": "icon-48.jpg",
        "128": "icon-128.jpg"
    },
    "background": {
        "service_worker": "background.js",
        "permissions": [
            "tabs"
        ]
    }
}