Custom New Tab URL

Customize the new tab URL.

什么是Custom New Tab URL?

Custom New Tab URL是由publisher开发的Chrome扩展程序,该扩展的主要功能是“Customize the new tab URL.”。

扩展截图

screenshot
screenshot

下载Custom New Tab URL扩展crx文件

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

扩展使用说明

                        Chrome doesn't allow you to configure a new tab URL.
It always opens its New Tab Page with a search bar and some browsing history.

With this extension, you can use the options page to store a link to a page or even a path to a local file that will be loaded when a new tab is created.
It is very lightweight and easy to use!

For people who prefer dark mode, try enabling the following Chrome builtin flag:
chrome://flags/#enable-force-dark

--------------------

ATTENTION:
Since Chrome Version 118.0.5993.71, setting the new tab to a local file requires to turn the "Allow access to file URLs" option in the extension management page. Open the Manage Extension page, find the Custom New Tab URL extension and click the Details button, then find the option "Allow access to file URLs" and turn it on.                    

扩展基本信息

名称 Custom New Tab URL Custom New Tab URL
ID mmjbdbjnoablegbkcklggeknkfcjkjia
官方URL https://chromewebstore.google.com/detail/custom-new-tab-url/mmjbdbjnoablegbkcklggeknkfcjkjia
简介 Customize the new tab URL.
文件大小 80.19 KB
安装次数 32,654
当前版本 1.1.5
更新时间 2023-10-18
上架时间 2018-12-05
评分 4.52/5 共73次评分
开发者 publisher
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Custom New Tab URL",
    "description": "Customize the new tab URL.",
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "19": "icons\/icon19.png",
        "38": "icons\/icon38.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "version": "1.1.5",
    "options_page": "options.html",
    "offline_enabled": true,
    "optional_host_permissions": [
        "file:\/\/*\/*"
    ],
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    }
}