New Tab Beautifier

Beautify Chrome's new tab page with awesome background images.

New Tab Beautifier란 무엇입니까?

New Tab Beautifier은(는) Tab Beautifiers에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Beautify Chrome's new tab page with awesome background images."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        New Tab Beautifier V 1.0 is a Chrome extension to give you the awesome experience while opening new tab before opening any website or URL. It will change the background of your chrome browser internally and show you beautiful wallpaper in the background. You will see new wallpaper on every tab opening. We have created this tab beautifier to make you feel fresh on each tab you open. It’s very beneficial for the people who spent lots of time on the internet and get frustrated with white background. They feel their life like black & white. This New Tab Beautifier definitely will add some happiness in you day to day work on the internet.                    

확장 프로그램 기본 정보

이름 New Tab Beautifier New Tab Beautifier
ID jaffpmdkmkpbmjhgiogmkipocghhnelg
공식 URL https://chrome.google.com/webstore/detail/new-tab-beautifier/jaffpmdkmkpbmjhgiogmkipocghhnelg
설명 Beautify Chrome's new tab page with awesome background images.
파일 크기 12.87 KB
설치 횟수 370
현재 버전 1.0
최근 업데이트 2014-07-25
출시 날짜 2014-07-25
평점 4.49/5 총 76 개의 평점
개발자 Tab Beautifiers
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "images\/icon.png"
    },
    "background": {
        "scripts": [
            "js\/bg.js"
        ],
        "persistent": false
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "description": "Beautify Chrome's new tab page with awesome background images.",
    "icons": {
        "128": "images\/icon.png"
    },
    "manifest_version": 2,
    "name": "New Tab Beautifier",
    "version": "1.0"
}