Activate New Tab

Activate new tab and move it to beside of opener tab.

Activate New Tabとは何ですか?

Activate New Tabは痛ったいによって開発されたChromeの拡張機能で、その主な機能は「Activate new tab and move it to beside of opener tab.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Activate New Tab拡張機能のCRXファイルをダウンロード

Activate New Tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Activate new tab opened from link (context menu 'Open link in new tab' or click middle mouse button on link) and move to right beside of opener tab. Simple and lightweight extension. No permissions required.                    

拡張機能の基本情報

名前 Activate New Tab Activate New Tab
ID nnacidecdiejnlgehdpbmgffdbfcnpie
公式URL https://chromewebstore.google.com/detail/activate-new-tab/nnacidecdiejnlgehdpbmgffdbfcnpie
説明 Activate new tab and move it to beside of opener tab.
ファイルサイズ 8.6 KB
インストール数 861
現在のバージョン 0.6
最終更新日 2021-08-15
公開日 2020-04-14
評価 4.25/5 合計 4 レビュー
開発者 痛ったい
Eメール [email protected]
支払い方法 free
対応言語 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "version": "0.6",
    "default_locale": "en",
    "background": {
        "service_worker": "background.js"
    },
    "options_ui": {
        "page": "options.html"
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png"
    }
}