Override Chrome's New Tab Policy

A workaround for bypassing or replacing the default Chrome new tab policy set by your organization.

什么是Override Chrome's New Tab Policy?

Override Chrome's New Tab Policy是由kareemsherif22开发的Chrome扩展程序,该扩展的主要功能是“A workaround for bypassing or replacing the default Chrome new tab policy set by your organization.”。

扩展截图

screenshot

下载Override Chrome's New Tab Policy扩展crx文件

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

扩展使用说明

                        This extension allows you to bypass the mandatory new tab page set by your organization or admin.

You can leave the url input field empty to go to the default Chrome new tab.
You can set a custom url to go to whenever you open a new tab.
You can also point the new tab to any local file on your computer.
And if you want to go to any new tab set by another extension, just get the url of the page opened by that extension and add it in the url field.

Supported urls start with:
"https://"
"http://"
"file://"
"ftp"
"urn"
"chrome-extension://"
"chrome://"                    

扩展基本信息

名称 Override Chrome's New Tab Policy Override Chrome's New Tab Policy
ID blipilanfdpkfifjekjokjahpjnngifa
官方URL https://chromewebstore.google.com/detail/override-chromes-new-tab/blipilanfdpkfifjekjokjahpjnngifa
简介 A workaround for bypassing or replacing the default Chrome new tab policy set by your organization.
文件大小 19.18 KB
安装次数 767
当前版本 1.2
更新时间 2021-09-14
上架时间 2021-08-15
评分 5.00/5 共9次评分
开发者 kareemsherif22
电子邮箱 [email protected]
付费类型 free
帮助页面URL https://forms.gle/rYJeSd4HBHq8feXx6
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Override Chrome's New Tab Policy",
    "version": "1.2",
    "description": "A workaround for bypassing or replacing the default Chrome new tab policy set by your organization.",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "logo-16.png",
            "32": "logo-32.png",
            "48": "logo-48.png",
            "128": "logo-128.png"
        }
    },
    "icons": {
        "16": "logo-16.png",
        "32": "logo-32.png",
        "48": "logo-48.png",
        "128": "logo-128.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}