Custom New Tab
Customize the new tab URL.
Custom New Tab란 무엇입니까?
Custom New Tab은(는) https://dictanote.co에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Customize the new tab URL."입니다.
확장 프로그램 스크린샷
Custom New Tab 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Chrome does not let you customize the new tab page. The new tab page always opens a custom Google Search page, and Chrome extensions do not work on this page. This extension lets you point the new tab page to a URL of your choice. It can be Google.com, your company's homepage, or a blank page. It is lightweight on your browser (<50kb - compared to, for example, Grammarly, which is 36MB), has no tracking, and is straightforward to use. Some popular choices: 1) Google - https://google.com 2) Voice In Notepad - https://dictanote.co/voicein/notepad/ 3) Bing - https://www.bing.com 4) ChatGPT - https://chat.openai.com 5) Blank Page - about:blank Note: You can set the URL to an internal page too. Customization: 1) Focus on the address bar on the new tab page: When checked, the focus and cursor are in the address bar when you open a new tab page. When unchecked, the focus is on the page. If you want to disable the custom new tab extension, you can do so by going to chrome://extensions and disabling this extension.
확장 프로그램 기본 정보
이름 | Custom New Tab |
ID | lfjnnkckddkopjfgmbcpdiolnmfobflj |
공식 URL | https://chromewebstore.google.com/detail/custom-new-tab/lfjnnkckddkopjfgmbcpdiolnmfobflj |
설명 | Customize the new tab URL. |
파일 크기 | 46.66 KB |
설치 횟수 | 7,582 |
현재 버전 | 1.4 |
최근 업데이트 | 2023-05-29 |
출시 날짜 | 2022-06-27 |
평점 | 4.73/5 총 11 개의 평점 |
개발자 | https://dictanote.co |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://dictanote.co/privacy |
지원되는 언어 | en-US |
manifest.json | |
{ "name": "Custom New Tab", "description": "Customize the new tab URL.", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "manifest_version": 3, "offline_enabled": true, "options_page": "options.html", "background": { "service_worker": "js\/background.js" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "permissions": [ "storage" ], "action": [], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.4" } |