Pokemon Countdown Timer

This is a fan-made extension that allows anyone to quickly check how soon the new Pokemon games will be released!

Pokemon Countdown Timer란 무엇입니까?

Pokemon Countdown Timer은(는) Joe Hays에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This is a fan-made extension that allows anyone to quickly check how soon the new Pokemon games will be released!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Pokemon Countdown Timer 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This is a simple countdown timer for the release date of the newest installation in the Pokemon franchise. The extension uses your systems clock so it is always accurate to your region.

*CHANGE LOG*
Version 7.0
-Pokemon Legends: Z-A Support
-Removed RSS Feed (all the Pokemon RSS feeds shut down ☹️)

Version 6.0
This is one of my biggest updates yet!
-Pokemon Scarlet and Violet Support
-Added Settings menu
-Added RSS Feed
-Added setting to toggle the icon badge countdown
-Added setting to toggle RSS Feed
-Changed badge color to match Pokemon Violet since it covers the bottom half of the Pokeball

Version 5.2:
-Fixed Font Scaling Issue

Version 5.1:
-Pokemon Legends: Arceus Support
-Used correct release dates
-UI/Icon Tweaks to account for dual releases

Version 5:
-Pokemon Brilliant Diamond and Shining Pearl Support
-> Used an estimated release date of November 15th 2021 based on recent releases
-Relisting extension

Version 4.5:
-Minor update
-Unlisting extension                    

확장 프로그램 기본 정보

이름 Pokemon Countdown Timer Pokemon Countdown Timer
ID ihceabbceaenalnjjnclodbheifiocai
공식 URL https://chromewebstore.google.com/detail/pokemon-countdown-timer/ihceabbceaenalnjjnclodbheifiocai
설명 This is a fan-made extension that allows anyone to quickly check how soon the new Pokemon games will be released!
파일 크기 1.92 MB
설치 횟수 2,000
현재 버전 7.0
최근 업데이트 2024-03-01
출시 날짜 2019-06-20
평점 4.70/5 총 27 개의 평점
개발자 Joe Hays
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Pokemon Countdown Timer",
    "description": "This is a fan-made extension that allows anyone to quickly check how soon the new Pokemon games will be released!",
    "version": "7.0",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage"
    ],
    "action": {
        "default_icon": "img\/icon128.png",
        "default_popup": "popup.html"
    }
}