New Tab - What Color is It

The time... now in color.

Co je New Tab - What Color is It?

New Tab - What Color is It je rozšíření Chrome vyvinuté 太空饭否开发组, a jeho hlavní funkcí je „The time... now in color.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření New Tab - What Color is It

Stáhněte si soubory rozšíření New Tab - What Color is It ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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/                    

Základní Informace o Rozšíření

Název New Tab - What Color is It New Tab - What Color is It
ID kdbefpgedbmgcndbjgegpomamfkiejoa
Oficiální URL https://chromewebstore.google.com/detail/new-tab-what-color-is-it/kdbefpgedbmgcndbjgegpomamfkiejoa
Popis The time... now in color.
Velikost souboru 43.6 KB
Počet instalací 256
Aktuální Verze 0.1.3
Poslední Aktualizace 2014-12-28
Datum Vydání 2014-12-28
Hodnocení 4.78/5 Celkem 9 Hodnocení
Vývojář 太空饭否开发组
Typ Platby free
Podporované Jazyky 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'"
}