'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 là gì?

'Photo of the day' Clock là một tiện ích mở rộng Chrome được phát triển bởi kemunpus, và tính năng chính của nó là "Simple extension that shows 'Photo of the day' on the 'New Tab' page with a digital clock.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng 'Photo of the day' Clock

Tải xuống các tệp mở rộng 'Photo of the day' Clock dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên 'Photo of the day' Clock 'Photo of the day' Clock
ID kfokfhaepfjlmbfnmjgiolodammikojh
URL Chính Thức https://chromewebstore.google.com/detail/photo-of-the-day-clock/kfokfhaepfjlmbfnmjgiolodammikojh
Mô tả Simple extension that shows 'Photo of the day' on the 'New Tab' page with a digital clock.
Kích Thước Tệp 12.61 KB
Số Lần Cài Đặt 597
Phiên Bản Hiện Tại 2.0.2
Cập Nhật Lần Cuối 2023-08-15
Ngày Phát Hành 2019-03-09
Đánh Giá 4.50/5 Tổng số 4 Đánh Giá
Nhà Phát Triển kemunpus
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}