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"
}