'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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Simple extension that shows 'Photo of the day' on the 'New Tab' page with a digital clock."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में 'Photo of the day' Clock एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/*"
    ]
}