New Tab Custom Colour Blank Page

New Tab opens with a (user chosen) colour blank page

New Tab Custom Colour Blank Page란 무엇입니까?

New Tab Custom Colour Blank Page은(는) Applin Devlin에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "New Tab opens with a (user chosen) colour blank page"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

New Tab Custom Colour Blank Page 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Customise your New Tab with this fast loading, cusomtisable New Tab Extension. Choose your own colour from some popular colours (Black, White, Incognitio, InPrivate, Red, Greed, Blue, Yellow) or choose from a palette of 256 colours to suit your individual mood and taste.

With this Extension your New Tabs will load faster (compare this Extensions 10 lines of HTML versus the default Chrome New Tab 2554 of lines of HTML and scripts); this Extension will respect your privacy (no cookies or tracking) and by not displaying your Most Visited websites. Avoid that awkward moment when you open Chrome or a New Tab in front of your boss and all those recruitment websites are displayed :^)

You may also be interested in the ultra-lightweight and simple "New Tab Blank Black Page" which uses a simple blank black page for the New Tab, available here:
https://chrome.google.com/webstore/detail/new-tab-blank-black-page/ijmmakaohfkpngajfinbgcbbnbfhleoo

Enjoy the extension, I welcome your feedback and suggestions.
Alan.                    

확장 프로그램 기본 정보

이름 New Tab Custom Colour Blank Page New Tab Custom Colour Blank Page
ID alpbidclbcicajijnlgcchmkkbbknokl
공식 URL https://chromewebstore.google.com/detail/new-tab-custom-colour-bla/alpbidclbcicajijnlgcchmkkbbknokl
설명 New Tab opens with a (user chosen) colour blank page
파일 크기 12.73 KB
설치 횟수 347
현재 버전 0.3
최근 업데이트 2022-12-05
출시 날짜 2018-07-15
평점 4.56/5 총 9 개의 평점
개발자 Applin Devlin
이메일 [email protected]
결제 유형 free
도움말 페이지 URL http://www.alancowap.com/appsprivacypolicy/
개인정보 보호 정책 페이지 URL http://www.alancowap.com/appsprivacypolicy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "New Tab Custom Colour Blank Page",
    "version": "0.3",
    "description": "New Tab opens with a (user chosen) colour blank page",
    "author": "Alan Cowap",
    "icons": {
        "16": "images\/NewTab_Screenshot_Corner_16x16.png",
        "32": "images\/NewTab_Screenshot_Corner_32x32.png",
        "48": "images\/NewTab_Screenshot_Corner_48x48.png",
        "128": "images\/NewTab_Screenshot_Corner_128x128.png"
    },
    "chrome_url_overrides": {
        "newtab": "alBlank.html"
    },
    "permissions": [
        "storage"
    ],
    "options_page": "options.html",
    "background": {
        "service_worker": "background.js"
    },
    "offline_enabled": true,
    "short_name": "NewTabCustom"
}