PokeDream Pokedex Pokemon Search
Search bar for PokeDream's Pokedex. Use it to look up detailed images and information on all the Pokemon.
What is PokeDream Pokedex Pokemon Search?
PokeDream Pokedex Pokemon Search is a Chrome extension developed by http://pokedream.com, and its main feature is "Search bar for PokeDream's Pokedex. Use it to look up detailed images and information on all the Pokemon.".
Extension Screenshots
Download PokeDream Pokedex Pokemon Search Extension CRX File
Download PokeDream Pokedex Pokemon Search 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
Search bar for PokeDream's Pokedex. Use it to look up detailed images and information on all the Pokemon.
Extension Basic Information
Name | |
ID | dhlghlhbjpgnhdkafnfblngcgldkaagn |
Official URL | https://chrome.google.com/webstore/detail/pokedream-pokedex-pokemon/dhlghlhbjpgnhdkafnfblngcgldkaagn |
Description | Search bar for PokeDream's Pokedex. Use it to look up detailed images and information on all the Pokemon. |
File Size | 611 KB |
Installation Count | 790 |
Current Version | 1.1.1 |
Last Updated | 2013-11-23 |
Publish Date | 2013-11-23 |
Rating | 4.06/5 Total 16 Ratings |
Developer | http://pokedream.com |
Payment Type | free |
Extension Website | http://pokedream.com |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "PokeDream Pokedex Pokemon Search", "short_name": "Pokemon Search", "description": "Search bar for PokeDream's Pokedex. Use it to look up detailed images and information on all the Pokemon.", "version": "1.1.1", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "homepage_url": "http:\/\/pokedream.com", "browser_action": { "default_icon": "icons\/icon16.png", "default_popup": "search.html" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |