Days Until Halloween
Displays the number of days until Halloweeen
Days Until Halloweenとは何ですか?
Days Until HalloweenはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Displays the number of days until Halloweeen」です。
拡張機能のスクリーンショット
Days Until Halloween拡張機能のCRXファイルをダウンロード
Days Until Halloween拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Displays the number of days until Halloween. Feel the need to be constantly reminded of how far away Halloween is? Halloween happens on October 31st for everyone, so no matter where you are in the world, you'll see a countdown for Halloween day. At different points in the year, different messages will show up regarding how far away Halloween is. The closer Halloween gets, the funnier some of the messages are! This will work in any country, in any time zone and doesn't need access to the computers storage. This extension collects zero user data. Created for fun.
拡張機能の基本情報
名前 | Days Until Halloween |
ID | elglebppgjnnnfejdlalchaaaoipemcg |
公式URL | https://chromewebstore.google.com/detail/days-until-halloween/elglebppgjnnnfejdlalchaaaoipemcg |
説明 | Displays the number of days until Halloweeen |
ファイルサイズ | 23.51 KB |
インストール数 | 67 |
現在のバージョン | 0.2 |
最終更新日 | 2021-12-29 |
公開日 | 2021-12-28 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Unknown |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://urlbear.com |
ヘルプページのURL | https://urlbear.com |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Days Until Halloween", "description": "Displays the number of days until Halloweeen", "version": "0.2", "icons": { "128": "daysUntilHalloween128.png" }, "background": { "service_worker": "background.js" }, "action": { "default_icon": "daysUntilHalloweenDefault.png", "default_popup": ".\/popup.html" } } |