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.」です。
拡張機能のスクリーンショット
Ultimate Color Clock — New Tab to inspire拡張機能のCRXファイルをダウンロード
Ultimate Color Clock — New Tab to inspire拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        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!                     拡張機能の基本情報
| 名前 |   |  
| 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"
    }
}  |  |