New Tab Changer

Load a custom web page or url in a new tab. Fast, light, and easy to use.

什么是New Tab Changer?

New Tab Changer是由https://www.dummysoftware.com开发的Chrome扩展程序,该扩展的主要功能是“Load a custom web page or url in a new tab. Fast, light, and easy to use.”。

扩展截图

screenshot
screenshot
screenshot

下载New Tab Changer扩展crx文件

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

扩展使用说明

                        * Load a custom web page or url in a new tab.
* Make new tabs automatically load Gmail, Bing, or any web site.
* Easily setup a new tab redirect to a local file url.
* Automatically sets focus to url bar.
* Supports Incognito mode.
* Fast, light, and easy to use.
* Clear cache when loading new tabs.
* Redirect to last visited url.
* Advanced statistics to display a history of max and total tabs open per day.

Automatically set a custom url to load in new tabs. Setup a new tab redirect to Gmail, Yahoo, Bing, or any web page you desire!

Simply enter the desired web site url and click Save. Any time a new tab is opened, the web site you selected will automatically display. New Tab Changer supports web site urls and local file urls.

New Tab Changer lets you automatically setup a new tab redirect to a custom url.                    

扩展基本信息

名称 New Tab Changer New Tab Changer
ID occbjkhimchkolibngmcefpjlbknggfh
官方URL https://chromewebstore.google.com/detail/new-tab-changer/occbjkhimchkolibngmcefpjlbknggfh
简介 Load a custom web page or url in a new tab. Fast, light, and easy to use.
文件大小 106 KB
安装次数 12,393
当前版本 2.3
更新时间 2024-01-08
上架时间 2016-03-10
评分 4.29/5 共66次评分
开发者 https://www.dummysoftware.com
电子邮箱 [email protected]
付费类型 free
扩展官网 http://www.dummysoftware.com/new-tab-changer
帮助页面URL http://www.dummysoftware.com/new-tab-changer
隐私政策页面URL http://dummysoftware.com/chrome-privacy.html
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "New Tab Changer",
    "version": "2.3",
    "manifest_version": 3,
    "description": "Load a custom web page or url in a new tab. Fast, light, and easy to use.",
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "action": {
        "default_icon": "images\/16x16.png",
        "default_title": "New Tab Changer"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "options_page": "options.html",
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "browsingData"
    ],
    "host_permissions": [
        "http:\/\/www.dummysoftware.com\/*",
        "https:\/\/www.dummysoftware.com\/*"
    ],
    "icons": {
        "48": "images\/48x48.png",
        "128": "images\/128x128.png"
    },
    "incognito": "split"
}