New Tabs at End 3000

Forces new tabs to open at the end of the tab strip.

什么是New Tabs at End 3000?

New Tabs at End 3000是由Sugarbranch, Inc.开发的Chrome扩展程序,该扩展的主要功能是“Forces new tabs to open at the end of the tab strip.”。

扩展截图

screenshot

下载New Tabs at End 3000扩展crx文件

下载New Tabs at End 3000扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        The New Tabs at End (v2.0.3.3) extension by itworks was removed from the Chrome Store for violating the Chrome Web Store policy. 

This version updates the extension to work with Manifest version 3 and the latest Google Chrome Extension API. The code is open source and available on Github. 

Version 3.0.0.1 - Simplified code. Hopefully, it will no longer jump to the first tab randomly                    

扩展基本信息

名称 New Tabs at End 3000 New Tabs at End 3000
ID bboielpmccpfkhggghgpimeblacofahc
官方URL https://chromewebstore.google.com/detail/new-tabs-at-end-3000/bboielpmccpfkhggghgpimeblacofahc
简介 Forces new tabs to open at the end of the tab strip.
文件大小 9.58 KB
安装次数 3,000
当前版本 3.0.0.2
更新时间 2022-06-13
上架时间 2021-08-29
评分 4.21/5 共14次评分
开发者 Sugarbranch, Inc.
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/tsuliwaensis/New-Tabs-at-End-3000
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "description": "Forces new tabs to open at the end of the tab strip.",
    "icons": {
        "128": "skin\/icon-128.png",
        "16": "skin\/icon-16.png",
        "48": "skin\/icon-48.png"
    },
    "manifest_version": 3,
    "name": "New Tabs at End 3000",
    "version": "3.0.0.2"
}