World of Cultivation Pinyin Replacer
Replaces the pinyin in World of Cultivation with english terms. (doesn't replace ling, ye, ge, etc. b/c those words are too basic)
World of Cultivation Pinyin Replacerคืออะไร?
World of Cultivation Pinyin Replacer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย trauma_kmart และคุณลักษณะหลักของมันคือ "Replaces the pinyin in World of Cultivation with english terms. (doesn't replace ling, ye, ge, etc. b/c those words are too basic)"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย World of Cultivation Pinyin Replacer
ดาวน์โหลดไฟล์ส่วนขยาย World of Cultivation Pinyin Replacer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension converts the untranslated pinyin terms in World of Cultivation on https://wwyxhqc.wordpress.com to english. Please report any bugs or mistranslations, thanks
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | bbnonihfnnpoafkaanninebcnecdnggl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/world-of-cultivation-piny/bbnonihfnnpoafkaanninebcnecdnggl |
คำอธิบาย | Replaces the pinyin in World of Cultivation with english terms. (doesn't replace ling, ye, ge, etc. b/c those words are too basic) |
ขนาดไฟล์ | 4.3 KB |
จำนวนการติดตั้ง | 19 |
เวอร์ชันปัจจุบัน | 0.91 |
อัปเดตครั้งล่าสุด | 2017-01-09 |
วันที่เผยแพร่ | 2017-01-08 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | trauma_kmart |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "World of Cultivation Pinyin Replacer", "description": "Replaces the pinyin in World of Cultivation with english terms. (doesn't replace ling, ye, ge, etc. b\/c those words are too basic)", "version": "0.91", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |