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 |
| Eメール | [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"
}
} | |