New Tab No Doodles

Remove Google doodles from the new tab page.

New Tab No Doodles란 무엇입니까?

New Tab No Doodles은(는) Gaston Lagaffe에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Remove Google doodles from the new tab page."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        This extension replaces the new tab page with a page that aims to remain visually similar to the new tab page but without any Google doodles.

NOTE: Personalized and dynamic aspects of the new tab page (such as themes, wallpapers and shortcuts) are not supported.                    

확장 프로그램 기본 정보

이름 New Tab No Doodles New Tab No Doodles
ID elinkdhiglllcjpdilenamlilknhbppj
공식 URL https://chromewebstore.google.com/detail/new-tab-no-doodles/elinkdhiglllcjpdilenamlilknhbppj
설명 Remove Google doodles from the new tab page.
파일 크기 27.28 KB
설치 횟수 2,222
현재 버전 1.1.2
최근 업데이트 2023-08-25
출시 날짜 2022-06-19
평점 4.84/5 총 19 개의 평점
개발자 Gaston Lagaffe
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "New Tab No Doodles",
    "description": "Remove Google doodles from the new tab page.",
    "version": "1.1.2",
    "manifest_version": 3,
    "chrome_url_overrides": {
        "newtab": "home.html"
    },
    "icons": {
        "16": "favicon16.png",
        "32": "favicon32.png",
        "48": "seedling48.png",
        "128": "seedling128.png"
    }
}