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 |
| 官方URL | 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"
}
} | |