Fix Pokemon
Replaces 'Pokemon' with 'Pokémon'.
ما هو Fix Pokemon؟
Fix Pokemon هو إضافة Chrome تم تطويرها بواسطة osnr، والميزة الرئيسية لها هي "Replaces 'Pokemon' with 'Pokémon'.".
تحميل ملف CRX للإضافة Fix Pokemon
قم بتنزيل ملفات الامتداد Fix Pokemon بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
If this problem bugs you as much as it bugs me… Won't work for dynamically loaded content.
معلومات أساسية عن التمديد
الاسم | ![]() |
ID | kncoodfhdenhdjcjhjpgbadeefhjccnk |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/fix-pokemon/kncoodfhdenhdjcjhjpgbadeefhjccnk |
الوصف | Replaces 'Pokemon' with 'Pokémon'. |
حجم الملف | 3.47 KB |
عدد التثبيتات | 23 |
النسخة الحالية | 1.0 |
آخر تحديث | 2016-07-19 |
تاريخ النشر | 2016-07-19 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | osnr |
نوع الدفع | free |
موقع الإضافة | https://github.com/osnr/fix-pokemon |
اللغات المدعومة | 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" } ] } |