Uyghur Font
Plugin to convert all fonts on the website to Uyghur fonts and translate selected text
Uyghur Fontคืออะไร?
Uyghur Font เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Kakkuk และคุณลักษณะหลักของมันคือ "Plugin to convert all fonts on the website to Uyghur fonts and translate selected text"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Uyghur Font
ดาวน์โหลดไฟล์ส่วนขยาย Uyghur Font ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
توربەت يۈزىدىكى بارلىق خەت شەكلىنى ئۇيغۇرچە خەت شەكلىگە ئالماشتۇرۇش ۋە تاللىغان تېكىستنى تەرجىمە قىلىش قىستۇرمىسى
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Uyghur Font |
ID | hfjfelkkblcjhppokplgncgpofejdeec |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/uyghur-font/hfjfelkkblcjhppokplgncgpofejdeec |
คำอธิบาย | Plugin to convert all fonts on the website to Uyghur fonts and translate selected text |
ขนาดไฟล์ | 74.57 KB |
จำนวนการติดตั้ง | 193 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2020-03-17 |
วันที่เผยแพร่ | 2020-03-15 |
คะแนน | 5.00/5 รวมทั้งหมด 11 คะแนน |
ผู้พัฒนา | Kakkuk |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | tr |
manifest.json | |
{ "author": "Davut Kakkuk", "version": "1.0", "manifest_version": 2, "background": { "scripts": [ "event.js" ] }, "browser_action": { "default_icon": "icon128.png", "default_title": "Disabled" }, "description": "Plugin to convert all fonts on the website to Uyghur fonts and translate selected text", "icons": { "128": "icon128.png", "16": "icon_16.png" }, "name": "Uyghur Font", "permissions": [ "contextMenus", "activeTab" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "web_accessible_resources": [ "style.css", "*.ttf" ] } |