'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 هو إضافة Chrome تم تطويرها بواسطة kemunpus، والميزة الرئيسية لها هي "Simple extension that shows 'Photo of the day' on the 'New Tab' page with a digital clock.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة 'Photo of the day' Clock

قم بتنزيل ملفات الامتداد 'Photo of the day' Clock بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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\/*"
    ]
}