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!
¿Qué es The PokeInfo - PokeDex.?
The PokeInfo - PokeDex. es una extensión de Chrome desarrollada por bng_dev, y su función principal es "The PokéInfo - PokéDex. Get detailed pokémon info through an easy-to-use an retro look-and-feel pokédex!".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión The PokeInfo - PokeDex.
Descarga archivos de extensión The PokeInfo - PokeDex. en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | |
ID | emmfbgokmghppiccmibolaonncchbmmo |
URL Oficial | https://chrome.google.com/webstore/detail/the-pokeinfo-pokedex/emmfbgokmghppiccmibolaonncchbmmo |
Descripción | The PokéInfo - PokéDex. Get detailed pokémon info through an easy-to-use an retro look-and-feel pokédex! |
Tamaño del Archivo | 5.39 MB |
Cantidad de Instalaciones | 1,586 |
Versión Actual | 0.0.1.0 |
Última Actualización | 2018-12-18 |
Fecha de Publicación | 2018-12-18 |
Calificación | 4.00/5 Total de 7 Calificaciones |
Desarrollador | bng_dev |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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" } } |