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.

Cos'è Neon work clock - newtab?

Neon work clock - newtab è un'estensione di Chrome sviluppata da https://neonwork.click, e la sua funzione principale è "Displays a beautiful neon interface showing working status and time in a new tab, you can control and count working time, etc.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Neon work clock - newtab

Scarica i file di estensione Neon work clock - newtab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Neon work clock - newtab Neon work clock - newtab
ID ikckgihkcenlmafeeheiadmdlpfppaij
URL Ufficiale https://chromewebstore.google.com/detail/neon-work-clock-newtab/ikckgihkcenlmafeeheiadmdlpfppaij
Descrizione Displays a beautiful neon interface showing working status and time in a new tab, you can control and count working time, etc.
Dimensione del File 1003 KB
Conteggio Installazioni 928
Versione Corrente 1.4.0
Ultimo Aggiornamento 2022-07-10
Data di Pubblicazione 2022-06-28
Valutazione 4.60/5 Totale 5 Valutazioni
Sviluppatore https://neonwork.click
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.neonwork.click/
URL della Pagina della Politica sulla Privacy https://bit1998.github.io/coin-price-chrome/PrivacyPolicy.html
Lingue Supportate 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
}