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 |
官方網址 | 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 |
電子郵箱 | [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" } } |