Beautiful Digital Clock with Greetings
A beautiful new tab page that displays a digital 12-hour format clock.
Что такое Beautiful Digital Clock with Greetings?
Beautiful Digital Clock with Greetings - это расширение Chrome, разработанное Naruth Kongurai, и его основная функция - "A beautiful new tab page that displays a digital 12-hour format clock.".
Снимки экрана расширения
Скачать файл CRX расширения Beautiful Digital Clock with Greetings
Скачайте файлы расширений Beautiful Digital Clock with Greetings в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Are you bored of your current New Tab page? Why don't you try out this beautiful color-changing New Tab page? Whenever you launch a new tab, a digital clock is displayed. And the background slowly changes from one bright color to another. It's a wonderful and simple page made to delight and enhance your browsing experience!
Основная информация о расширении
Название | |
ID | jdnjafgehddcpoahelddbflpmoeinaed |
Официальный URL | https://chrome.google.com/webstore/detail/beautiful-digital-clock-w/jdnjafgehddcpoahelddbflpmoeinaed |
Описание | A beautiful new tab page that displays a digital 12-hour format clock. |
Размер файла | 55.11 KB |
Количество установок | 83 |
Текущая Версия | 1.0 |
Последнее Обновление | 2018-09-25 |
Дата публикации | 2018-09-25 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | Naruth Kongurai |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://www.naruthk.com |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Beautiful Digital Clock with Greetings", "short_name": "Digital Clock", "description": "A beautiful new tab page that displays a digital 12-hour format clock.", "version": "1.0", "author": "Naruth Kongurai", "permissions": [ "management", "storage" ], "chrome_url_overrides": { "newtab": "newtab.html" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "16": "icon.png", "48": "icon-48.png", "128": "icon-128.png" } } |