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
Eメール [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"
        ]
    }
}