Georgian Font Fixer
Fixes Georgian Uppercase problem in Chrome 69
Georgian Font Fixerคืออะไร?
Georgian Font Fixer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mrsamkhar และคุณลักษณะหลักของมันคือ "Fixes Georgian Uppercase problem in Chrome 69"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Georgian Font Fixer
ดาวน์โหลดไฟล์ส่วนขยาย Georgian Font Fixer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
fix uppercase problem for georgian fonts
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Georgian Font Fixer |
ID | nkeeiljggfojnklpckjjlfadojdjocgb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/georgian-font-fixer/nkeeiljggfojnklpckjjlfadojdjocgb |
คำอธิบาย | Fixes Georgian Uppercase problem in Chrome 69 |
ขนาดไฟล์ | 55.31 KB |
จำนวนการติดตั้ง | 237 |
เวอร์ชันปัจจุบัน | 0.2 |
อัปเดตครั้งล่าสุด | 2022-06-10 |
วันที่เผยแพร่ | 2018-09-10 |
คะแนน | 4.67/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | mrsamkhar |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://www.freeprivacypolicy.com/privacy/view/758cab9e0500f1b8798865acd8e9d83c |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Georgian Font Fixer", "short_name": "GFF", "version": "0.2", "description": "Fixes Georgian Uppercase problem in Chrome 69", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "fix.css" ] } ], "browser_action": { "default_icon": "icon.png" }, "web_accessible_resources": [ "sylfaen.ttf" ] } |