Pure Newtab

A newtab with a pure customizable background.

Pure Newtab란 무엇입니까?

Pure Newtab은(는) 钢盅郭子에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A newtab with a pure customizable background."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Pure Newtab 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        纯新标签页,只有一个可自定义背景的新标签页。

Update 1.1
==========
Reconstruction
Internationalization: EN, zh-CN, zh-TW

Fork me on Github!
https://github.com/WhaleWatching/pure-newtab

License under GPLv2 
By Edward Cheng                    

확장 프로그램 기본 정보

이름 Pure Newtab Pure Newtab
ID nedmebappfidkelfchchmppemdhbblph
공식 URL https://chromewebstore.google.com/detail/pure-newtab/nedmebappfidkelfchchmppemdhbblph
설명 A newtab with a pure customizable background.
파일 크기 48.84 KB
설치 횟수 226
현재 버전 1.1
최근 업데이트 2014-03-18
출시 날짜 2014-03-17
평점 4.92/5 총 12 개의 평점
개발자 钢盅郭子
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/WhaleWatching/pure-newtab
도움말 페이지 URL https://github.com/WhaleWatching/pure-newtab
지원되는 언어 en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pure Newtab",
    "version": "1.1",
    "manifest_version": 2,
    "description": "A newtab with a pure customizable background.",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "ftp:\/\/*\/*"
    ],
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "default_locale": "en"
}