'Photo of the day' Clock

Simple extension that shows 'Photo of the day' on the 'New Tab' page with a digital clock.

'Photo of the day' Clock란 무엇입니까?

'Photo of the day' Clock은(는) kemunpus에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Simple extension that shows 'Photo of the day' on the 'New Tab' page with a digital clock."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

'Photo of the day' Clock 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Simple light-weight Chrome extension that shows beautiful 'Photo of the day' on the 'New Tab' page with a digital clock.

Currently, Wikimedia Commons 'Picture of the day', Bing 'Image of the Day' and NASA 'Astronomy Picture of the Day' are supported.

No ads, harmful behavior, and unnecessary network accesses. Very small and clean program that discloses all source codes as the open source project. Please visit  for more details.                    

확장 프로그램 기본 정보

이름 'Photo of the day' Clock 'Photo of the day' Clock
ID kfokfhaepfjlmbfnmjgiolodammikojh
공식 URL https://chromewebstore.google.com/detail/photo-of-the-day-clock/kfokfhaepfjlmbfnmjgiolodammikojh
설명 Simple extension that shows 'Photo of the day' on the 'New Tab' page with a digital clock.
파일 크기 12.61 KB
설치 횟수 597
현재 버전 2.0.2
최근 업데이트 2023-08-15
출시 날짜 2019-03-09
평점 4.50/5 총 4 개의 평점
개발자 kemunpus
이메일 [email protected]
결제 유형 free
지원되는 언어 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "2.0.2",
    "author": "kemunpus",
    "name": "'Photo of the day' Clock",
    "short_name": "PotdClock",
    "description": "__MSG_description__",
    "default_locale": "en",
    "offline_enabled": true,
    "icons": {
        "128": "image\/icon-128.png"
    },
    "chrome_url_overrides": {
        "newtab": "html\/newtab.html"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "options_ui": {
        "page": "html\/options.html",
        "open_in_tab": false
    },
    "permissions": [
        "system.memory"
    ],
    "host_permissions": [
        "https:\/\/*.wikimedia.org\/*",
        "http:\/\/*.wikimedia.org\/*",
        "https:\/\/*.bing.com\/*",
        "http:\/\/*.bing.com\/*",
        "https:\/\/*.nasa.gov\/*",
        "http:\/\/*.nasa.gov\/*"
    ]
}