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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" } ] } |