'Photo of the day' Clock
Simple extension that shows 'Photo of the day' on the 'New Tab' page with a digital clock.
O que é 'Photo of the day' Clock?
'Photo of the day' Clock é uma extensão do Chrome desenvolvida por kemunpus, e sua principal característica é "Simple extension that shows 'Photo of the day' on the 'New Tab' page with a digital clock.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão 'Photo of the day' Clock
Baixe arquivos de extensão 'Photo of the day' Clock no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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. Informações Básicas da Extensão
| Nome | |
| ID | kfokfhaepfjlmbfnmjgiolodammikojh |
| URL Oficial | https://chromewebstore.google.com/detail/photo-of-the-day-clock/kfokfhaepfjlmbfnmjgiolodammikojh |
| Descrição | Simple extension that shows 'Photo of the day' on the 'New Tab' page with a digital clock. |
| Tamanho do Arquivo | 12.61 KB |
| Contagem de Instalações | 597 |
| Versão Atual | 2.0.2 |
| Última Atualização | 2023-08-15 |
| Data de Publicação | 2019-03-09 |
| Classificação | 4.50/5 Total de 4 Avaliações |
| Desenvolvedor | kemunpus |
| [email protected] | |
| Tipo de Pagamento | free |
| Idiomas Suportados | 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\/*"
]
} | |