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
电子邮箱 [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"
        ]
    }
}