Open New Tab After Current Tab

Opens new tab after the active tab, instead of last position.

Open New Tab After Current Tabとは何ですか?

Open New Tab After Current Tabはhttps://arnaudligny.frによって開発されたChromeの拡張機能で、その主な機能は「Opens new tab after the active tab, instead of last position.」です。

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

screenshot

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

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

拡張機能の使用方法

                        By default a new tab is opened at the end of the row of tabs, but it's not intuitive: with this extension a new tab opened with the keyboard shortcut (⌘ Cmd+T) or with the "plus" button will be opened just after the current active tab.                    

拡張機能の基本情報

名前 Open New Tab After Current Tab Open New Tab After Current Tab
ID mmcgnaachjapbbchcpjihhgjhpfcnoan
公式URL https://chromewebstore.google.com/detail/open-new-tab-after-curren/mmcgnaachjapbbchcpjihhgjhpfcnoan
説明 Opens new tab after the active tab, instead of last position.
ファイルサイズ 12.24 KB
インストール数 5,147
現在のバージョン 0.4.7
最終更新日 2024-01-17
公開日 2020-01-20
評価 4.41/5 合計 29 レビュー
開発者 https://arnaudligny.fr
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://dev.ligny.org/Open-New-Tab-After-Current-Tab/
ヘルプページのURL https://github.com/ArnaudLigny/Open-New-Tab-After-Current-Tab/issues
対応言語 en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Open New Tab After Current Tab",
    "version": "0.4.7",
    "description": "__MSG_extDescription__",
    "homepage_url": "https:\/\/dev.ligny.org\/Open-New-Tab-After-Current-Tab\/",
    "author": "Arnaud Ligny",
    "manifest_version": 2,
    "minimum_chrome_version": "52",
    "default_locale": "en",
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    }
}