Traducteur PIKA
Pour sortie au cinéma du film Pokémon : Détective Pikachu le 8 mai, avec ce plugin, traduisez tout ce que vous lisez en PIKA !
What is Traducteur PIKA?
Traducteur PIKA is a Chrome extension developed by Pokémon : Détective Pikachu, and its main feature is "Pour sortie au cinéma du film Pokémon : Détective Pikachu le 8 mai, avec ce plugin, traduisez tout ce que vous lisez en PIKA !".
Extension Screenshots
Download Traducteur PIKA Extension CRX File
Download Traducteur PIKA 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
À l’occasion de la sortie au cinéma du film Pokémon : Détective Pikachu le 8 mai prochain, Warner Bros. France célèbre le PIKA-Day ! Le lundi 29 avril, tout le monde parle PIKA, avant de découvrir pour la première fois ce qu’il souhaitait vraiment nous dire ! Avec ce plugin, vous aussi, traduisez tout ce que vous lisez en PIKA ! Heureusement, le 8 mai, il parle ! #PIKADAY #DETECTIVEPIKACHU
Extension Basic Information
Name | |
ID | dcplicpalejfngmlefhcekoocdgncdif |
Official URL | https://chrome.google.com/webstore/detail/traducteur-pika/dcplicpalejfngmlefhcekoocdgncdif |
Description | Pour sortie au cinéma du film Pokémon : Détective Pikachu le 8 mai, avec ce plugin, traduisez tout ce que vous lisez en PIKA ! |
File Size | 155 KB |
Installation Count | 982 |
Current Version | 1.0.0 |
Last Updated | 2019-04-29 |
Publish Date | 2019-04-29 |
Rating | 4.88/5 Total 8 Ratings |
Developer | Pokémon : Détective Pikachu |
Payment Type | free |
Extension Website | http://www.pokemondetectivepikachulefilm.fr/ |
Supported Languages | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Traducteur PIKA", "version": "1.0.0", "description": "Pour sortie au cin\u00e9ma du film Pok\u00e9mon : D\u00e9tective Pikachu le 8 mai, avec ce plugin, traduisez tout ce que vous lisez en PIKA !", "icons": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "96": "icons\/icon-96.png", "128": "icons\/icon-128.png" }, "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "96": "icons\/icon-96.png", "128": "icons\/icon-128.png" }, "default_title": "Pika Pika", "default_popup": "popup\/actions.html" } } |