DateTime new tab page

Override the new tab page with time and date

Что такое DateTime new tab page?

DateTime new tab page - это расширение Chrome, разработанное Meosit, и его основная функция - "Override the new tab page with time and date".

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

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения DateTime new tab page

Скачайте файлы расширений DateTime new tab page в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        Simple new tab page with current date and time, and two themes and additional timezones (click to the left top corner to change)                    

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

Название DateTime new tab page DateTime new tab page
ID oipiajaklcfkockbhjkedfjkpkcbpgfh
Официальный URL https://chromewebstore.google.com/detail/datetime-new-tab-page/oipiajaklcfkockbhjkedfjkpkcbpgfh
Описание Override the new tab page with time and date
Размер файла 24.6 KB
Количество установок 36
Текущая Версия 1.0.0
Последнее Обновление 2024-02-16
Дата публикации 2018-10-02
Рейтинг 5.00/5 Всего 3 оценок
Разработчик Meosit
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DateTime new tab page",
    "description": "Override the new tab page with time and date",
    "version": "1.0.0",
    "permissions": [
        "storage"
    ],
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 3
}