Beautiful Digital Clock with Greetings

A beautiful new tab page that displays a digital 12-hour format clock.

Beautiful Digital Clock with Greetings란 무엇입니까?

Beautiful Digital Clock with Greetings은(는) Naruth Kongurai에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A beautiful new tab page that displays a digital 12-hour format clock."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Beautiful Digital Clock with Greetings 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Are you bored of your current New Tab page? Why don't you try out this beautiful color-changing New Tab page? Whenever you launch a new tab, a digital clock is displayed. And the background slowly changes from one bright color to another.

It's a wonderful and simple page made to delight and enhance your browsing experience!                    

확장 프로그램 기본 정보

이름 Beautiful Digital Clock with Greetings Beautiful Digital Clock with Greetings
ID jdnjafgehddcpoahelddbflpmoeinaed
공식 URL https://chrome.google.com/webstore/detail/beautiful-digital-clock-w/jdnjafgehddcpoahelddbflpmoeinaed
설명 A beautiful new tab page that displays a digital 12-hour format clock.
파일 크기 55.11 KB
설치 횟수 83
현재 버전 1.0
최근 업데이트 2018-09-25
출시 날짜 2018-09-25
평점 5.00/5 총 1 개의 평점
개발자 Naruth Kongurai
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.naruthk.com
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Beautiful Digital Clock with Greetings",
    "short_name": "Digital Clock",
    "description": "A beautiful new tab page that displays a digital 12-hour format clock.",
    "version": "1.0",
    "author": "Naruth Kongurai",
    "permissions": [
        "management",
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    }
}