The PokeInfo - PokeDex.
The PokéInfo - PokéDex. Get detailed pokémon info through an easy-to-use an retro look-and-feel pokédex!
什麼是The PokeInfo - PokeDex.?
The PokeInfo - PokeDex.是由bng_dev開發的Chrome擴展程式,該擴展的主要功能是“The PokéInfo - PokéDex. Get detailed pokémon info through an easy-to-use an retro look-and-feel pokédex!”。
擴展截圖
下載The PokeInfo - PokeDex.擴展crx文件
下載The PokeInfo - PokeDex.擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
The PokéInfo - PokéDex. It's an extension fueled by PokeAPI, which brings you all the basic information for the pokémon you search, including: - Back and front image. - Name. - Type. - Description. - Height. - Weight. - Appearances in games. - First 4 moves. New Features: - Pokémon List: Brings you a list of all of them, for a quick reference. - Regions: Shows the regions where you can find them. - Habitat: See the which habitat belongs each one: grassland, mountain, water-edges, etc. - Generation: Shows which generation belongs each one.
擴展基本資訊
名稱 | |
ID | emmfbgokmghppiccmibolaonncchbmmo |
官方網址 | https://chrome.google.com/webstore/detail/the-pokeinfo-pokedex/emmfbgokmghppiccmibolaonncchbmmo |
簡介 | The PokéInfo - PokéDex. Get detailed pokémon info through an easy-to-use an retro look-and-feel pokédex! |
檔案大小 | 5.39 MB |
安裝次數 | 1,586 |
目前版本 | 0.0.1.0 |
更新時間 | 2018-12-18 |
上架時間 | 2018-12-18 |
評分 | 4.00/5 共 7 次評分 |
開發者 | bng_dev |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "The PokeInfo - PokeDex.", "description": "The Pok\u00e9Info - Pok\u00e9Dex. Get detailed pok\u00e9mon info through an easy-to-use an retro look-and-feel pok\u00e9dex!", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "version": "0.0.1.0", "author": "Brayam N\u00fa\u00f1ez", "browser_action": { "default_icon": "tab-icon.png", "default_title": "The PokeInfo - PokeDex", "permissions": [ "activeTab" ], "default_popup": "popup.html" } } |