Dark New Tab

Open a blank dark or white tab rather than the default browser's new tab page.

Dark New Tab란 무엇입니까?

Dark New Tab은(는) Keller에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Open a blank dark or white tab rather than the default browser's new tab page."입니다.

확장 프로그램 스크린샷

screenshot

Dark New Tab 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Dark New Tab, is a simple and very lite extension that enables you to open a new tab, completely empty with just a dark or white background color and three buttons at the top-left corner of the screen. 

The default browser tab is usually packed with lots of items such as tiles, bookmarks, search-field, etc. If you prefer to have a simple and clean new tab, this add-on works just great for you. Simply add it to your browser and it works instantly. Just click on the new tab button on your browser and it opens a blank tab instead of the default one.

The default background color for the new tab is dark. If you prefer a white background color please press the - moon - button at the top-left corner of the screen (1st button from top). This toggle button will switch the background color, and stores the state in the memory. The second button is for the support page. If you have a feature request or found a bug to report, please press this button to open the support page. The last button is for making donations.                    

확장 프로그램 기본 정보

이름 Dark New Tab Dark New Tab
ID kcphhkbdlfggickaoeiahdcfhagfbajl
공식 URL https://chromewebstore.google.com/detail/dark-new-tab/kcphhkbdlfggickaoeiahdcfhagfbajl
설명 Open a blank dark or white tab rather than the default browser's new tab page.
파일 크기 16.11 KB
설치 횟수 27,541
현재 버전 0.1.3
최근 업데이트 2022-05-30
출시 날짜 2019-10-13
평점 4.00/5 총 22 개의 평점
개발자 Keller
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://mybrowseraddon.com/blank-new-tab.html
도움말 페이지 URL https://mybrowseraddon.com/blank-new-tab.html
개인정보 보호 정책 페이지 URL https://mybrowseraddon.com/privacy-policy/keller.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.3",
    "manifest_version": 3,
    "name": "Dark New Tab",
    "offline_enabled": true,
    "permissions": [
        "storage"
    ],
    "short_name": "blank-new-tab",
    "chrome_url_overrides": {
        "newtab": "data\/tab\/tab.html"
    },
    "homepage_url": "https:\/\/mybrowseraddon.com\/blank-new-tab.html",
    "description": "Open a blank dark or white tab rather than the default browser's new tab page.",
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}