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.
O que é Neon work clock - newtab?
Neon work clock - newtab é uma extensão do Chrome desenvolvida por https://neonwork.click, e sua principal característica é "Displays a beautiful neon interface showing working status and time in a new tab, you can control and count working time, etc.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Neon work clock - newtab
Baixe arquivos de extensão Neon work clock - newtab no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Neon work clock - newtab |
ID | ikckgihkcenlmafeeheiadmdlpfppaij |
URL Oficial | https://chromewebstore.google.com/detail/neon-work-clock-newtab/ikckgihkcenlmafeeheiadmdlpfppaij |
Descrição | Displays a beautiful neon interface showing working status and time in a new tab, you can control and count working time, etc. |
Tamanho do Arquivo | 1003 KB |
Contagem de Instalações | 928 |
Versão Atual | 1.4.0 |
Última Atualização | 2022-07-10 |
Data de Publicação | 2022-06-28 |
Classificação | 4.60/5 Total de 5 Avaliações |
Desenvolvedor | https://neonwork.click |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.neonwork.click/ |
URL da Página de Política de Privacidade | https://bit1998.github.io/coin-price-chrome/PrivacyPolicy.html |
Idiomas Suportados | 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 } |