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

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

확장 프로그램 사용 설명서

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