Custom New Tab
A clean custom new tab page designed for minimum distraction.
Custom New Tab란 무엇입니까?
Custom New Tab은(는) Josephus Paye II에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A clean custom new tab page designed for minimum distraction."입니다.
확장 프로그램 스크린샷
Custom New Tab 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Replaces the new tab page with a clean, minimal design that shows favorite sites, installed apps and links from a selected bookmarks folder.
확장 프로그램 기본 정보
이름 | Custom New Tab |
ID | aiakclopdahdkjkfmbklnocpheohodnn |
공식 URL | https://chromewebstore.google.com/detail/custom-new-tab/aiakclopdahdkjkfmbklnocpheohodnn |
설명 | A clean custom new tab page designed for minimum distraction. |
파일 크기 | 121 KB |
설치 횟수 | 360 |
현재 버전 | 1.0 |
최근 업데이트 | 2014-08-02 |
출시 날짜 | 2014-08-02 |
평점 | 3.25/5 총 4 개의 평점 |
개발자 | Josephus Paye II |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Custom New Tab", "description": "A clean custom new tab page designed for minimum distraction.", "author": "Josephus Paye II", "version": "1.0", "icons": { "128": "assets\/images\/icon_128.png" }, "options_page": "options.html", "permissions": [ "management", "bookmarks", "storage", "unlimitedStorage", "http:\/\/*\/", "https:\/\/*\/" ], "chrome_url_overrides": { "newtab": "page.html" } } |