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.

Hvad er Neon work clock - newtab?

Neon work clock - newtab er en Chrome-udvidelse udviklet af https://neonwork.click, og dens hovedfunktion er "Displays a beautiful neon interface showing working status and time in a new tab, you can control and count working time, etc.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Neon work clock - newtab-udvidelses-CRX-fil

Download Neon work clock - newtab-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Neon work clock - newtab Neon work clock - newtab
ID ikckgihkcenlmafeeheiadmdlpfppaij
Officiel URL https://chromewebstore.google.com/detail/neon-work-clock-newtab/ikckgihkcenlmafeeheiadmdlpfppaij
Beskrivelse Displays a beautiful neon interface showing working status and time in a new tab, you can control and count working time, etc.
Filstørrelse 1003 KB
Antal Installationer 928
Nuværende Version 1.4.0
Senest Opdateret 2022-07-10
Udgivelsesdato 2022-06-28
Bedømmelse 4.60/5 Samlet 5 Bedømmelser
Udvikler https://neonwork.click
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.neonwork.click/
URL til Fortrolighedspolitik Side https://bit1998.github.io/coin-price-chrome/PrivacyPolicy.html
Understøttede Sprog 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
}