Minimal New Tab
newtab
Minimal New Tab란 무엇입니까?
Minimal New Tab은(는) downthecrop에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "newtab"입니다.
확장 프로그램 스크린샷
Minimal New Tab 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Minimal New Tab - Remove Google Doodles while retaining the stock aesthetic. All in one drop in replacement for the Chrome new tab. I really don't like google doodles on my newtab pages. Unfortunatly due to some chrome premission settings the chrome://newtab page is unable to be hooked. And thus we can't just block doodle requests. Features - No Google Doodles - No "Helpful tips" - True Dark Theme - Chrome Top Sites - Custom Top Sites - Search Bar with Suggestions - No configuration required - Fast! Logo by By Danil Polshin, RU
확장 프로그램 기본 정보
이름 | Minimal New Tab |
ID | afnmoecpnepccekbinlapeolhgdgjclm |
공식 URL | https://chromewebstore.google.com/detail/minimal-new-tab/afnmoecpnepccekbinlapeolhgdgjclm |
설명 | newtab |
파일 크기 | 220 KB |
설치 횟수 | 200 |
현재 버전 | 1.7 |
최근 업데이트 | 2023-09-20 |
출시 날짜 | 2021-04-26 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | downthecrop |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/downthecrop/minimal-new-tab |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Minimal New Tab", "version": "1.7", "description": "newtab", "action": { "default_popup": "index.html" }, "permissions": [ "activeTab", "topSites" ], "host_permissions": [ "*:\/\/suggestqueries.google.com\/complete\/*", "https:\/\/t2.gstatic.com\/faviconV2?client=SOCIAL&type=FAVICON&fallback_opts=TYPE,SIZE,URL&url=*" ], "chrome_url_overrides": { "newtab": "index.html" } } |