Neon work clock - newtab

Displays a beautiful neon interface showing working status and time in a new tab, you can control and count working time, etc.

Что такое Neon work clock - newtab?

Neon work clock - newtab - это расширение Chrome, разработанное https://neonwork.click, и его основная функция - "Displays a beautiful neon interface showing working status and time in a new tab, you can control and count working time, etc.".

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

screenshot
screenshot
screenshot

Скачать файл CRX расширения Neon work clock - newtab

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

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

                        This is a new tab page plugin that uses neon light effects to display and record information such as work status and work hours.
The main function:
1. Display the clock (with a nice neon effect)
2. Display working status
3. You can use the pull light effect to control the working state
4. Record the working status and calculate the working hours today
5. display top visit site on page                    

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

Название Neon work clock - newtab Neon work clock - newtab
ID ikckgihkcenlmafeeheiadmdlpfppaij
Официальный URL https://chromewebstore.google.com/detail/neon-work-clock-newtab/ikckgihkcenlmafeeheiadmdlpfppaij
Описание Displays a beautiful neon interface showing working status and time in a new tab, you can control and count working time, etc.
Размер файла 1003 KB
Количество установок 928
Текущая Версия 1.4.0
Последнее Обновление 2022-07-10
Дата публикации 2022-06-28
Рейтинг 4.60/5 Всего 5 оценок
Разработчик https://neonwork.click
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.neonwork.click/
URL страницы политики конфиденциальности https://bit1998.github.io/coin-price-chrome/PrivacyPolicy.html
Поддерживаемые языки en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "__MSG_description__",
    "icons": {
        "128": "logo.png",
        "48": "logo.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "notifications",
        "topSites"
    ],
    "name": "__MSG_title__",
    "version": "1.4.0",
    "default_locale": "en",
    "manifest_version": 3
}