PokeDream Pokedex Pokemon Search
Search bar for PokeDream's Pokedex. Use it to look up detailed images and information on all the Pokemon.
Was ist PokeDream Pokedex Pokemon Search?
PokeDream Pokedex Pokemon Search ist eine Chrome-Erweiterung, die von http://pokedream.com entwickelt wurde, und ihr Hauptmerkmal ist "Search bar for PokeDream's Pokedex. Use it to look up detailed images and information on all the Pokemon.".
Erweiterungsscreenshots
PokeDream Pokedex Pokemon Search-Erweiterungs-CRX-Datei herunterladen
Laden Sie PokeDream Pokedex Pokemon Search-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Search bar for PokeDream's Pokedex. Use it to look up detailed images and information on all the Pokemon.
Grundlegende Informationen zur Erweiterung
Name | |
ID | dhlghlhbjpgnhdkafnfblngcgldkaagn |
Offizielle URL | https://chrome.google.com/webstore/detail/pokedream-pokedex-pokemon/dhlghlhbjpgnhdkafnfblngcgldkaagn |
Beschreibung | Search bar for PokeDream's Pokedex. Use it to look up detailed images and information on all the Pokemon. |
Dateigröße | 611 KB |
Installationsanzahl | 790 |
Aktuelle Version | 1.1.1 |
Letztes Update | 2013-11-23 |
Veröffentlichungsdatum | 2013-11-23 |
Bewertung | 4.06/5 Insgesamt 16 Bewertungen |
Entwickler | http://pokedream.com |
Zahlungsart | free |
Erweiterungswebsite | http://pokedream.com |
Unterstützte Sprachen | 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'" } |