Christmas Countdown New Tab Page
A nice Blue Christmas countdown timer for the current year, rather than the chrome default
Что такое Christmas Countdown New Tab Page?
Christmas Countdown New Tab Page - это расширение Chrome, разработанное toxic, и его основная функция - "A nice Blue Christmas countdown timer for the current year, rather than the chrome default".
Снимки экрана расширения
Скачать файл CRX расширения Christmas Countdown New Tab Page
Скачайте файлы расширений Christmas Countdown New Tab Page в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Christmas Countdown New Tab Page Short name: xmas clock Version 1.3 by toxic RESOLUTION N/A A simple Christmas Countdown Clock for the current year every time you open a New Tab Page, better than the original huh! ;) Looks extra nice when used with the Easy Blue Christmas Theme. https://goo.gl/ADp4bZ http://www.facebook.com/toxicthemesv2 Many Thanks toxic update note: 1.3 cleaned code to pull info straight from the website. cleaner images.
Основная информация о расширении
Название | |
ID | abpdmjhkcjkncefiicjabnapdmbgfalg |
Официальный URL | https://chrome.google.com/webstore/detail/christmas-countdown-new-t/abpdmjhkcjkncefiicjabnapdmbgfalg |
Описание | A nice Blue Christmas countdown timer for the current year, rather than the chrome default |
Размер файла | 41.28 KB |
Количество установок | 462 |
Текущая Версия | 1.3 |
Последнее Обновление | 2018-03-01 |
Дата публикации | 2018-03-01 |
Рейтинг | 1.00/5 Всего 1 оценок |
Разработчик | toxic |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | http://www.facebook.com/toxicthemesv2 |
URL страницы помощи | http://www.facebook.com/toxicthemesv2 |
Поддерживаемые языки | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Christmas Countdown New Tab Page", "short_name": "xmas clock", "description": "A nice Blue Christmas countdown timer for the current year, rather than the chrome default", "version": "1.3", "background": { "scripts": [ "background.js" ] }, "incognito": "split", "chrome_url_overrides": { "newtab": "ccd.html" }, "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "manifest_version": 2 } |