Everything to Pokémon
Replaces every word with a Pokémon
Qu'est-ce que Everything to Pokémon ?
Everything to Pokémon est une extension Chrome développée par lukey_q, et sa fonction principale est "Replaces every word with a Pokémon".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Everything to Pokémon
Téléchargez les fichiers d'extension Everything to Pokémon au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Changes every word to the name of a Pokémon.
Informations de Base sur l'Extension
Nom | Everything to Pokémon |
ID | badgmddlemdcnjffifhmamanjibggghe |
URL Officiel | https://chromewebstore.google.com/detail/everything-to-pok%C3%A9mon/badgmddlemdcnjffifhmamanjibggghe |
Description | Replaces every word with a Pokémon |
Taille du Fichier | 67.91 KB |
Nombre d'Installations | 138 |
Version Actuelle | 0.1 |
Dernière Mise à Jour | 2014-12-18 |
Date de Publication | 2014-12-17 |
Évaluation | 3.85/5 Total 13 Évaluations |
Développeur | lukey_q |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/lilkraftwerk/everything-to-pokemon |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Everything to Pok\u00e9mon", "version": "0.1", "description": "Replaces every word with a Pok\u00e9mon", "browser_action": { "default_icon": { "19": "img\/bulbasmall.png", "38": "img\/bulbabig.png" }, "default_title": "Everything To Pok\u00e9mon" }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "events.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ] } |