Countdown
Customizable countdown...
Что такое Countdown?
Countdown - это расширение Chrome, разработанное kikoogay, и его основная функция - "Customizable countdown...".
Снимки экрана расширения
Скачать файл CRX расширения Countdown
Скачайте файлы расширений Countdown в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This extension adds a customizable countdown to the New Tab Page of Chrome. Just watch the hearts fill themselves up as you get closer the fated event you've been waiting for months. Could this be happiness ? Please note that it is not currently possible to add anything to the New Tab Page without replacing it, and that's exactly what this extension does. However it will still display your most visited pages, and you can customize the range used in the history and the number of thumbnails displayed (even going above the limit of 8 in Chrome).
Основная информация о расширении
Название | Countdown |
ID | anppcjcjdogokgejeaabggdgmmgdldcn |
Официальный URL | https://chromewebstore.google.com/detail/countdown/anppcjcjdogokgejeaabggdgmmgdldcn |
Описание | Customizable countdown... |
Размер файла | 31.1 KB |
Количество установок | 28 |
Текущая Версия | 0.9 |
Последнее Обновление | 2014-10-16 |
Дата публикации | 2014-10-15 |
Рейтинг | 2.00/5 Всего 5 оценок |
Разработчик | kikoogay |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Countdown", "version": "0.9", "description": "Customizable countdown...", "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "options_page": "options.html", "background": { "scripts": [ "background.js" ] }, "incognito": "split", "chrome_url_overrides": { "newtab": "blank.html" }, "manifest_version": 2, "permissions": [ "history", "tabs", " |