PokéDextension

Chrome extension PokéDex for looking up your favorite pokemon!

What is PokéDextension?

PokéDextension is a Chrome extension developed by Dante Bradshaw, and its main feature is "Chrome extension PokéDex for looking up your favorite pokemon!".

Extension Screenshots

screenshot

Download PokéDextension Extension CRX File

Download PokéDextension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name PokéDextension PokéDextension
ID abodchomfjonjkangmkadfacjlmjkgof
Official URL https://chromewebstore.google.com/detail/pok%C3%A9dextension/abodchomfjonjkangmkadfacjlmjkgof
Description Chrome extension PokéDex for looking up your favorite pokemon!
File Size 1.28 MB
Installation Count 61
Current Version 1.0.1
Last Updated 2023-09-30
Publish Date 2023-08-15
Rating 5.00/5 Total 1 Ratings
Developer Dante Bradshaw
Email [email protected]
Payment Type free
Help Page URL https://www.dantebradshaw.com
Supported Languages 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"
    }
}