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.
What is Neon work clock - newtab?
Neon work clock - newtab is a Chrome extension developed by https://neonwork.click, and its main feature is "Displays a beautiful neon interface showing working status and time in a new tab, you can control and count working time, etc.".
Extension Screenshots
Download Neon work clock - newtab Extension CRX File
Download Neon work clock - newtab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Neon work clock - newtab |
ID | ikckgihkcenlmafeeheiadmdlpfppaij |
Official URL | https://chromewebstore.google.com/detail/neon-work-clock-newtab/ikckgihkcenlmafeeheiadmdlpfppaij |
Description | Displays a beautiful neon interface showing working status and time in a new tab, you can control and count working time, etc. |
File Size | 1003 KB |
Installation Count | 928 |
Current Version | 1.4.0 |
Last Updated | 2022-07-10 |
Publish Date | 2022-06-28 |
Rating | 4.60/5 Total 5 Ratings |
Developer | https://neonwork.click |
[email protected] | |
Payment Type | free |
Extension Website | https://www.neonwork.click/ |
Privacy Policy Page URL | https://bit1998.github.io/coin-price-chrome/PrivacyPolicy.html |
Supported Languages | 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 } |