Days until Christmas
calculate in real-time the days remaining until Christmas
Days until Christmasとは何ですか?
Days until Christmasはa.monterosso87によって開発されたChromeの拡張機能で、その主な機能は「calculate in real-time the days remaining until Christmas」です。
拡張機能のスクリーンショット
Days until Christmas拡張機能のCRXファイルをダウンロード
Days until Christmas拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Celebrate the holiday season with a festive touch right in your browser! Introducing "Christmas Countdown Timer," a delightful Chrome extension that brings the magic of Christmas to your daily online experience. As the days get colder and the holiday spirit fills the air, our extension offers a joyful and heartwarming way to count down to the most wonderful time of the year - Christmas Day! 拡張機能の基本情報
| 名前 | |
| ID | mhjeofhcbcmdglemnehmclplhjmnoahm |
| 公式URL | https://chromewebstore.google.com/detail/days-until-christmas/mhjeofhcbcmdglemnehmclplhjmnoahm |
| 説明 | calculate in real-time the days remaining until Christmas |
| ファイルサイズ | 1.06 MB |
| インストール数 | 130 |
| 現在のバージョン | 0.0.1 |
| 最終更新日 | 2023-11-14 |
| 公開日 | 2023-11-14 |
| 開発者 | a.monterosso87 |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://comunquemancano.firebaseapp.com/ |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Days until Christmas",
"version": "0.0.1",
"description": "calculate in real-time the days remaining until Christmas",
"action": {
"default_popup": "index.html",
"default_icon": {
"16": "img\/icon16.png",
"48": "img\/icon48.png",
"128": "img\/icon128.png"
},
"default_title": "Giorni a Natale"
},
"icons": {
"16": "img\/icon16.png",
"48": "img\/icon48.png",
"128": "img\/icon128.png"
}
} | |