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.

Was ist Neon work clock - newtab?

Neon work clock - newtab ist eine Chrome-Erweiterung, die von https://neonwork.click entwickelt wurde, und ihr Hauptmerkmal ist "Displays a beautiful neon interface showing working status and time in a new tab, you can control and count working time, etc.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Neon work clock - newtab-Erweiterungs-CRX-Datei herunterladen

Laden Sie Neon work clock - newtab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Neon work clock - newtab Neon work clock - newtab
ID ikckgihkcenlmafeeheiadmdlpfppaij
Offizielle URL https://chromewebstore.google.com/detail/neon-work-clock-newtab/ikckgihkcenlmafeeheiadmdlpfppaij
Beschreibung Displays a beautiful neon interface showing working status and time in a new tab, you can control and count working time, etc.
Dateigröße 1003 KB
Installationsanzahl 928
Aktuelle Version 1.4.0
Letztes Update 2022-07-10
Veröffentlichungsdatum 2022-06-28
Bewertung 4.60/5 Insgesamt 5 Bewertungen
Entwickler https://neonwork.click
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.neonwork.click/
URL der Datenschutzrichtlinien-Seite https://bit1998.github.io/coin-price-chrome/PrivacyPolicy.html
Unterstützte Sprachen 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
}