Fix Pokemon
Replaces 'Pokemon' with 'Pokémon'.
Co to jest Fix Pokemon?
Fix Pokemon to rozszerzenie Chrome opracowane przez osnr, a jego główną funkcją jest „Replaces 'Pokemon' with 'Pokémon'.”.
Pobierz plik CRX rozszerzenia Fix Pokemon
Pobierz pliki rozszerzeń Fix Pokemon w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
If this problem bugs you as much as it bugs me… Won't work for dynamically loaded content.
Podstawowe informacje o rozszerzeniu
Nazwa | ![]() |
ID | kncoodfhdenhdjcjhjpgbadeefhjccnk |
Oficjalny URL | https://chrome.google.com/webstore/detail/fix-pokemon/kncoodfhdenhdjcjhjpgbadeefhjccnk |
Opis | Replaces 'Pokemon' with 'Pokémon'. |
Rozmiar pliku | 3.47 KB |
Liczba instalacji | 23 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2016-07-19 |
Data Publikacji | 2016-07-19 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | osnr |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/osnr/fix-pokemon |
Obsługiwane Języki | 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" } ] } |