New Tab - What Color is It

The time... now in color.

New Tab - What Color is It란 무엇입니까?

New Tab - What Color is It은(는) 太空饭否开发组에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The time... now in color."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

New Tab - What Color is It 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Show the hex color of current time in your new tab. Create a new tab, and enjoy the beauty of color as time changes.
Click the time or color to copy.

Fork on GitHub: https://github.com/riophae/what-color-is-it

The idea was originally put forward by J.E.Murphy; website: http://jemurphy.org/
Based on http://whatcolourisit.scn9a.org/                    

확장 프로그램 기본 정보

이름 New Tab - What Color is It New Tab - What Color is It
ID kdbefpgedbmgcndbjgegpomamfkiejoa
공식 URL https://chromewebstore.google.com/detail/new-tab-what-color-is-it/kdbefpgedbmgcndbjgegpomamfkiejoa
설명 The time... now in color.
파일 크기 43.6 KB
설치 횟수 256
현재 버전 0.1.3
최근 업데이트 2014-12-28
출시 날짜 2014-12-28
평점 4.78/5 총 9 개의 평점
개발자 太空饭否开发组
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "chrome_url_overrides": {
        "newtab": "whatcolorisit.html"
    },
    "description": "The time... now in color.",
    "icons": {
        "256": "icon_256.png",
        "128": "icon_128.png",
        "96": "icon_96.png",
        "48": "icon_48.png"
    },
    "manifest_version": 2,
    "name": "New Tab - What Color is It",
    "version": "0.1.3",
    "permissions": [
        "clipboardWrite "
    ],
    "content_security_policy": "default_src 'self'; object-src 'self'; script-src 'self' 'unsafe-eval'"
}