Until
A clean, simple new tab countdown extension to wait for exiciting dates.
Что такое Until?
Until - это расширение Chrome, разработанное Jung Woo Moon, и его основная функция - "A clean, simple new tab countdown extension to wait for exiciting dates.".
Снимки экрана расширения
Скачать файл CRX расширения Until
Скачайте файлы расширений Until в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Until is a minimalist new tab extension that counts down to your most exciting dates. Aiming for simplicity, this countdown has a clean and easy-to-use interface that provides no more than what is necessary. Update v1.3 - Can now upload your own background image - Added image thumbnails Update v1.2 - Changed font - Added a background options menu - Added a white fadeout transition Update v1.1 - Added 2 background image options - Changed settings icon - Change font proportions
Основная информация о расширении
Название | Until |
ID | ipfblimedocbohlbbncakigacpnnceab |
Официальный URL | https://chromewebstore.google.com/detail/until/ipfblimedocbohlbbncakigacpnnceab |
Описание | A clean, simple new tab countdown extension to wait for exiciting dates. |
Размер файла | 4.77 MB |
Количество установок | 634 |
Текущая Версия | 1.3 |
Последнее Обновление | 2018-03-01 |
Дата публикации | 2018-03-01 |
Рейтинг | 4.63/5 Всего 8 оценок |
Разработчик | Jung Woo Moon |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Until", "description": "A clean, simple new tab countdown extension to wait for exiciting dates.", "version": "1.3", "chrome_url_overrides": { "newtab": "until.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |