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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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
}