newton

Replaces your new tab with a minimal page, consisting of a clock and one of over 800 beautiful backgrounds!

newton란 무엇입니까?

newton은(는) kingscott에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Replaces your new tab with a minimal page, consisting of a clock and one of over 800 beautiful backgrounds!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        newton is a new tab replacement tool. Based on minimalism, it will provide your new tab with a simple clock and a lovely background. The backgrounds are random and one of over 800 will be chosen. 

The extension is small and lightweight fulfilling all your needs in a new tab. 

For the more technically inclined, this code will be available free on GitHub. It is built using React.js and Babel. Learn more...

http://github.com/kingscott/newton                    

확장 프로그램 기본 정보

이름 newton newton
ID ogkmipmkbppmcmdgeomnhlbgijbijjpi
공식 URL https://chromewebstore.google.com/detail/newton/ogkmipmkbppmcmdgeomnhlbgijbijjpi
설명 Replaces your new tab with a minimal page, consisting of a clock and one of over 800 beautiful backgrounds!
파일 크기 79.43 KB
설치 횟수 150
현재 버전 0.5.8
최근 업데이트 2015-09-25
출시 날짜 2015-09-24
평점 4.44/5 총 16 개의 평점
개발자 kingscott
결제 유형 free
확장 프로그램 웹 사이트 http://github.com/kingscott/newton
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "chrome_url_overrides": {
        "newtab": "project\/index.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "description": "Replaces your new tab with a minimal page, consisting of a clock and one of over 800 beautiful backgrounds!",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "manifest_version": 2,
    "name": "newton",
    "version": "0.5.8"
}