Day-Count Timer Extension

Counts the amount of days since or until a specified date (or multiple dates).

Что такое Day-Count Timer Extension?

Day-Count Timer Extension - это расширение Chrome, разработанное linuscedergren, и его основная функция - "Counts the amount of days since or until a specified date (or multiple dates).".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Day-Count Timer Extension

Скачайте файлы расширений Day-Count Timer Extension в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        A simple extension which counts the amount of days since or until a specified date.
The extension icon will always display the amount of days between today and a specified date.                    

Основная информация о расширении

Название Day-Count Timer Extension Day-Count Timer Extension
ID mhofelbafaechkdfmlpgcognpgnnhaaa
Официальный URL https://chromewebstore.google.com/detail/day-count-timer-extension/mhofelbafaechkdfmlpgcognpgnnhaaa
Описание Counts the amount of days since or until a specified date (or multiple dates).
Размер файла 625 KB
Количество установок 329
Текущая Версия 2.3.2
Последнее Обновление 2023-02-14
Дата публикации 2020-09-27
Рейтинг 4.50/5 Всего 2 оценок
Разработчик linuscedergren
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Day-Count Timer Extension",
    "version": "2.3.2",
    "manifest_version": 3,
    "description": "Counts the amount of days since or until a specified date (or multiple dates).",
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": ".\/popup.html",
        "default_icon": ".\/assets\/images\/icon.png"
    },
    "background": {
        "service_worker": ".\/assets\/js\/background.js"
    },
    "icons": {
        "128": ".\/assets\/images\/icon.png"
    }
}