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"입니다.

확장 프로그램 스크린샷

screenshot

Days Until Halloween 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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
이메일 [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"
    }
}