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.

¿Qué es Neon work clock - newtab?

Neon work clock - newtab es una extensión de Chrome desarrollada por https://neonwork.click, y su función principal es "Displays a beautiful neon interface showing working status and time in a new tab, you can control and count working time, etc.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Neon work clock - newtab

Descarga archivos de extensión Neon work clock - newtab en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Neon work clock - newtab Neon work clock - newtab
ID ikckgihkcenlmafeeheiadmdlpfppaij
URL Oficial https://chromewebstore.google.com/detail/neon-work-clock-newtab/ikckgihkcenlmafeeheiadmdlpfppaij
Descripción Displays a beautiful neon interface showing working status and time in a new tab, you can control and count working time, etc.
Tamaño del Archivo 1003 KB
Cantidad de Instalaciones 928
Versión Actual 1.4.0
Última Actualización 2022-07-10
Fecha de Publicación 2022-06-28
Calificación 4.60/5 Total de 5 Calificaciones
Desarrollador https://neonwork.click
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.neonwork.click/
URL de la Página de Política de Privacidad https://bit1998.github.io/coin-price-chrome/PrivacyPolicy.html
Idiomas Soportados 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
}