'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 με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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\/*"
    ]
}