New tabs to the front

Brings newly created tabs to the foreground.

什么是New tabs to the front?

New tabs to the front是由amahnk开发的Chrome扩展程序,该扩展的主要功能是“Brings newly created tabs to the foreground.”。

扩展截图

screenshot

下载New tabs to the front扩展crx文件

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

扩展使用说明

                        This extension forces new tabs to open in the foreground, rather than the background.

Enjoy!                    

扩展基本信息

名称 New tabs to the front New tabs to the front
ID dildejdbnjjfnpflnoplbfgcjpdlkjjm
官方URL https://chromewebstore.google.com/detail/new-tabs-to-the-front/dildejdbnjjfnpflnoplbfgcjpdlkjjm
简介 Brings newly created tabs to the foreground.
文件大小 30.34 KB
安装次数 754
当前版本 0.0.2
更新时间 2018-06-11
上架时间 2018-06-11
评分 4.63/5 共8次评分
开发者 amahnk
付费类型 free
支持的语言 en-US
manifest.json
{
    "background": {
        "persistent": true,
        "scripts": [
            "script.js"
        ]
    },
    "description": "Brings newly created tabs to the foreground.",
    "icons": {
        "128": "icon-128.png",
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png"
    },
    "name": "New tabs to the front",
    "manifest_version": 2,
    "permissions": [
        "tabs"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.2"
}