'Photo of the day' Clock
Simple extension that shows 'Photo of the day' on the 'New Tab' page with a digital clock.
Hvad er 'Photo of the day' Clock?
'Photo of the day' Clock er en Chrome-udvidelse udviklet af kemunpus, og dens hovedfunktion er "Simple extension that shows 'Photo of the day' on the 'New Tab' page with a digital clock.".
Udvidelsesskærmbilleder
Download 'Photo of the day' Clock-udvidelses-CRX-fil
Download 'Photo of the day' Clock-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | kfokfhaepfjlmbfnmjgiolodammikojh |
| Officiel URL | https://chromewebstore.google.com/detail/photo-of-the-day-clock/kfokfhaepfjlmbfnmjgiolodammikojh |
| Beskrivelse | Simple extension that shows 'Photo of the day' on the 'New Tab' page with a digital clock. |
| Filstørrelse | 12.61 KB |
| Antal Installationer | 597 |
| Nuværende Version | 2.0.2 |
| Senest Opdateret | 2023-08-15 |
| Udgivelsesdato | 2019-03-09 |
| Bedømmelse | 4.50/5 Samlet 4 Bedømmelser |
| Udvikler | kemunpus |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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\/*"
]
} | |