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.".
Снимки экрана расширения
Скачать файл CRX расширения New Tab - What Color is It
Скачайте файлы расширений New Tab - What Color is It в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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 |
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'" } |