Quick New Tab

Customize your Chrome New Tab page without breaking the UX.

Quick New Tab란 무엇입니까?

Quick New Tab은(는) rmnoon에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Customize your Chrome New Tab page without breaking the UX."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        A Chrome extension to customize your "New Tab" page without breaking the user experience (the URL bar will still have keyboard focus).

Improve your productivity by replacing your favorite (and likely most distracting) websites with some other site (e.g. your todo list app).                    

확장 프로그램 기본 정보

이름 Quick New Tab Quick New Tab
ID nfmnfkpjdcgodkcdjhhgfefpjbcnkfhi
공식 URL https://chromewebstore.google.com/detail/quick-new-tab/nfmnfkpjdcgodkcdjhhgfefpjbcnkfhi
설명 Customize your Chrome New Tab page without breaking the UX.
파일 크기 663 KB
설치 횟수 348
현재 버전 1.0.4
최근 업데이트 2023-09-28
출시 날짜 2020-03-28
평점 5.00/5 총 6 개의 평점
개발자 rmnoon
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/rmnoon/quick-new-tab
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Quick New Tab",
    "version": "1.0.4",
    "short_name": "QuickNewTab",
    "description": "Customize your Chrome New Tab page without breaking the UX.",
    "icons": {
        "24": "icon_24.png",
        "32": "icon_32.png",
        "64": "icon_64.png",
        "128": "icon_128.png",
        "512": "icon_512.png"
    },
    "homepage_url": "https:\/\/github.com\/rmnoon\/quick-new-tab",
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "options_page": "options.html"
}