Quick New Tab
Displays new tabs with a blank page and a title of New Tab.
Quick New Tab란 무엇입니까?
Quick New Tab은(는) Dan Hersam에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Displays new tabs with a blank page and a title of New Tab."입니다.
확장 프로그램 스크린샷
Quick New Tab 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The fastest way to open a new tab. No more recent web sites or anything else to slow it down. This shows a clean, blank page with the title of New Tab. No permissions required. The source code is here: https://github.com/jaden/quick-new-tab
확장 프로그램 기본 정보
이름 | Quick New Tab |
ID | jckhphckflmhijknilbdgpdjjkehbhpm |
공식 URL | https://chromewebstore.google.com/detail/quick-new-tab/jckhphckflmhijknilbdgpdjjkehbhpm |
설명 | Displays new tabs with a blank page and a title of New Tab. |
파일 크기 | 9.97 KB |
설치 횟수 | 45 |
현재 버전 | 1.0.3 |
최근 업데이트 | 2024-01-19 |
출시 날짜 | 2014-04-24 |
평점 | 4.00/5 총 2 개의 평점 |
개발자 | Dan Hersam |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://snapmagic.net/privacy.html |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Quick New Tab", "description": "Displays new tabs with a blank page and a title of New Tab.", "version": "1.0.3", "chrome_url_overrides": { "newtab": "quick_new_tab.html" }, "icons": { "128": "icon.png" } } |