Ultimate Color Clock — New Tab to inspire

Stay inspired with Ultimate Color Clock. Brighten your day and stay creative with a dynamic new tab page.

Ultimate Color Clock — New Tab to inspire란 무엇입니까?

Ultimate Color Clock — New Tab to inspire은(는) https://frankflitton.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Stay inspired with Ultimate Color Clock. Brighten your day and stay creative with a dynamic new tab page."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Ultimate Color Clock — New Tab to inspire 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Be inspired every second of the day. 

Complete with a vintage Hi-Fi aesthetic, every moment has a unique feeling as you experience the day. 

Moving from dark to light, the ultimate color clock algorithm translates the current time to 4 different color spaces. RGB (most common and loved by pro gamers everywhere), LAB, HSL, and CMYK (for the print people). 

Every second has a color to inspire. 

Features:
- Time is expressed in four color spaces: RGB, CMYK, LAB, HSL
- Feeling inspired? Copy the current color as a HEX code for use in photoshop, sketch, etc.
- Doesn’t matter where you’re from, use a 12 or 24 hour clock.
- This is a new tab page; browse shortcuts to your top 10 sites. 
- Read in code? Toggle between HEX and time display.
- Make it your own, save your choices!
- Dark vintage cassette mode and light glass mode.
- Nuomorphic Material Design vintage Hi-Fi inspired layout (wow, so hip)

Never get bored with the ultimate colour clock. 

This has been a labor of love. Please leave a review!                    

확장 프로그램 기본 정보

이름 Ultimate Color Clock — New Tab to inspire Ultimate Color Clock — New Tab to inspire
ID nbfkplpmlfkoclackodhnoeaabhmkdef
공식 URL https://chromewebstore.google.com/detail/ultimate-color-clock-— ne/nbfkplpmlfkoclackodhnoeaabhmkdef?hl=en
설명 Stay inspired with Ultimate Color Clock. Brighten your day and stay creative with a dynamic new tab page.
파일 크기 177 KB
설치 횟수 21
현재 버전 1.1.0
최근 업데이트 2020-01-10
출시 날짜 2020-01-10
평점 5.00/5 총 6 개의 평점
개발자 https://frankflitton.com
결제 유형 free
확장 프로그램 웹 사이트 http://ultimatecolorclock.frankflitton.com/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ultimate Color Clock \u2014\u00a0New Tab to inspire",
    "description": "Stay inspired with Ultimate Color Clock. Brighten your day and stay creative with a dynamic new tab page.",
    "version": "1.1.0",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "64": "icons\/icon_64.png",
        "128": "icons\/icon_128.png"
    },
    "permissions": [
        "chrome:\/\/favicon\/",
        "topSites"
    ],
    "content_security_policy": "img-src chrome:\/\/favicon;",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "tab\/tab.html"
    }
}