New Look New Tab

Changes the default look of the new tab screen

New Look New Tab란 무엇입니까?

New Look New Tab은(는) Euan에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Changes the default look of the new tab screen"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        A simple extension which changes the look of Google Chrome's new tab page.

Changelog:
Version 1.0.0 -- First public version
Version 1.0.2 -- Added a shade to the background of the clock container, to allow for easier reading of the clock
Version 1.0.4 -- Added a border radius (curved edges) to the clock's container, giving the container a less sharp look
Version 1.0.5 -- Renamed the project
Version 1.0.6 -- Removed redundant css, changed the cursor when the clock is hovered over
Version 1.0.7 -- Made the clock text unselectable
Version 1.0.8 -- Added a shortcut to take the user to a search engine homepage
Version 1.0.9 -- Increased size of search icon to make it more visible
Version 1.1.0 -- Added an icon for the project                    

확장 프로그램 기본 정보

이름 New Look New Tab New Look New Tab
ID nmfimijihijhfnoiekkadhfpkigdlnii
공식 URL https://chromewebstore.google.com/detail/new-look-new-tab/nmfimijihijhfnoiekkadhfpkigdlnii
설명 Changes the default look of the new tab screen
파일 크기 388 KB
설치 횟수 14
현재 버전 1.1.1
최근 업데이트 2018-03-14
출시 날짜 2018-03-14
평점 5.00/5 총 1 개의 평점
개발자 Euan
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "New Look New Tab",
    "description": "Changes the default look of the new tab screen",
    "icons": {
        "128": "icon-128.png"
    },
    "version": "1.1.1",
    "browser_action": {
        "default_icon": "icon-128.png",
        "default_title": "New Look New Tab"
    },
    "manifest_version": 2,
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    }
}