Fix Pokemon
Replaces 'Pokemon' with 'Pokémon'.
Vad är Fix Pokemon?
Fix Pokemon är en Chrome-tillägg utvecklad av osnr, och dess huvudfunktion är "Replaces 'Pokemon' with 'Pokémon'.".
Ladda ner Fix Pokemon-förlängningens CRX-fil
Ladda ner Fix Pokemon-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
If this problem bugs you as much as it bugs me… Won't work for dynamically loaded content.
Grundläggande Information om Tillägg
Namn | ![]() |
ID | kncoodfhdenhdjcjhjpgbadeefhjccnk |
Officiell webbadress | https://chrome.google.com/webstore/detail/fix-pokemon/kncoodfhdenhdjcjhjpgbadeefhjccnk |
Beskrivning | Replaces 'Pokemon' with 'Pokémon'. |
Filstorlek | 3.47 KB |
Antal Installationer | 23 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2016-07-19 |
Publiceringsdatum | 2016-07-19 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | osnr |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/osnr/fix-pokemon |
Stödda Språk | 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" } ] } |