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
官方網址 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
電子郵箱 [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"
        ]
    }
}