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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}