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
官方網址 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"
        ]
    }
}