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!”。
擴展截圖
下載Pokemon Countdown Timer擴展crx文件
下載Pokemon Countdown Timer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
ID | ihceabbceaenalnjjnclodbheifiocai |
官方網址 | 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" } } |