PokéDextension
Chrome extension PokéDex for looking up your favorite pokemon!
什麼是PokéDextension?
PokéDextension是由Dante Bradshaw開發的Chrome擴展程式,該擴展的主要功能是“Chrome extension PokéDex for looking up your favorite pokemon!”。
擴展截圖
下載PokéDextension擴展crx文件
下載PokéDextension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Introducing the ultimate Chrome extension for Pokémon enthusiasts! With our extension, you can easily look up any Pokémon by name and instantly access their comprehensive stats. Whether you're a seasoned trainer or just starting your journey, this tool provides a quick and convenient way to explore the details of your favorite Pokémon. Catch 'em all with ease using our Pokémon Stats Lookup extension – download now and enhance your Pokémon experience! 擴展基本資訊
| 名稱 | |
| ID | abodchomfjonjkangmkadfacjlmjkgof |
| 官方網址 | https://chromewebstore.google.com/detail/pok%C3%A9dextension/abodchomfjonjkangmkadfacjlmjkgof |
| 簡介 | Chrome extension PokéDex for looking up your favorite pokemon! |
| 檔案大小 | 1.28 MB |
| 安裝次數 | 61 |
| 目前版本 | 1.0.1 |
| 更新時間 | 2023-09-30 |
| 上架時間 | 2023-08-15 |
| 評分 | 5.00/5 共 1 次評分 |
| 開發者 | Dante Bradshaw |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 說明頁面URL | https://www.dantebradshaw.com |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"author": "Dante Bradshaw",
"name": "Pok\u00e9Dextension",
"description": "Chrome extension Pok\u00e9Dex for looking up your favorite pokemon!",
"version": "1.0.1",
"icons": {
"16": "pokeball-icon.png",
"48": "pokeball-icon.png",
"128": "pokeball-icon.png"
},
"action": {
"default_popup": "pokedex.html",
"default-icon": "pokeball-icon.png"
}
} | |