'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によって開発されたChromeの拡張機能で、その主な機能は「Simple extension that shows 'Photo of the day' on the 'New Tab' page with a digital clock.」です。
拡張機能のスクリーンショット
'Photo of the day' Clock拡張機能のCRXファイルをダウンロード
'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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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\/*"
]
} | |