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.

Co to jest Neon work clock - newtab?

Neon work clock - newtab to rozszerzenie Chrome opracowane przez https://neonwork.click, a jego główną funkcją jest „Displays a beautiful neon interface showing working status and time in a new tab, you can control and count working time, etc.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Neon work clock - newtab

Pobierz pliki rozszerzeń Neon work clock - newtab w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Neon work clock - newtab Neon work clock - newtab
ID ikckgihkcenlmafeeheiadmdlpfppaij
Oficjalny URL https://chromewebstore.google.com/detail/neon-work-clock-newtab/ikckgihkcenlmafeeheiadmdlpfppaij
Opis Displays a beautiful neon interface showing working status and time in a new tab, you can control and count working time, etc.
Rozmiar pliku 1003 KB
Liczba instalacji 928
Aktualna Wersja 1.4.0
Ostatnia Aktualizacja 2022-07-10
Data Publikacji 2022-06-28
Ocena 4.60/5 Łącznie 5 Oceny
Deweloper https://neonwork.click
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.neonwork.click/
Adres URL Strony Polityki Prywatności https://bit1998.github.io/coin-price-chrome/PrivacyPolicy.html
Obsługiwane Języki 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
}