Fix Pokemon
Replaces 'Pokemon' with 'Pokémon'.
Cos'è Fix Pokemon?
Fix Pokemon è un'estensione di Chrome sviluppata da osnr, e la sua funzione principale è "Replaces 'Pokemon' with 'Pokémon'.".
Scarica il file CRX dell'estensione Fix Pokemon
Scarica i file di estensione Fix Pokemon in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
If this problem bugs you as much as it bugs me… Won't work for dynamically loaded content.
Informazioni di Base sull'Estensione
Nome | ![]() |
ID | kncoodfhdenhdjcjhjpgbadeefhjccnk |
URL Ufficiale | https://chrome.google.com/webstore/detail/fix-pokemon/kncoodfhdenhdjcjhjpgbadeefhjccnk |
Descrizione | Replaces 'Pokemon' with 'Pokémon'. |
Dimensione del File | 3.47 KB |
Conteggio Installazioni | 23 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2016-07-19 |
Data di Pubblicazione | 2016-07-19 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | osnr |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/osnr/fix-pokemon |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Fix Pokemon", "version": "1.0", "description": "Replaces 'Pokemon' with 'Pok\u00e9mon'.", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ] } |