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.

什麼是Neon work clock - newtab?

Neon work clock - newtab是由https://neonwork.click開發的Chrome擴展程式,該擴展的主要功能是“Displays a beautiful neon interface showing working status and time in a new tab, you can control and count working time, etc.”。

擴展截圖

screenshot
screenshot
screenshot

下載Neon work clock - newtab擴展crx文件

下載Neon work clock - newtab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Neon work clock - newtab Neon work clock - newtab
ID ikckgihkcenlmafeeheiadmdlpfppaij
官方網址 https://chromewebstore.google.com/detail/neon-work-clock-newtab/ikckgihkcenlmafeeheiadmdlpfppaij
簡介 Displays a beautiful neon interface showing working status and time in a new tab, you can control and count working time, etc.
檔案大小 1003 KB
安裝次數 928
目前版本 1.4.0
更新時間 2022-07-10
上架時間 2022-06-28
評分 4.60/5 共 5 次評分
開發者 https://neonwork.click
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.neonwork.click/
隱私政策頁面URL https://bit1998.github.io/coin-price-chrome/PrivacyPolicy.html
支援的語言 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
}