Georgian Uppercase Font Fixer
Fixes uppercase font problems on Georgian websites that came with Chrome 69 Unicode 11 update. This is a temporary solution.
Georgian Uppercase Font Fixerคืออะไร?
Georgian Uppercase Font Fixer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Rocko และคุณลักษณะหลักของมันคือ "Fixes uppercase font problems on Georgian websites that came with Chrome 69 Unicode 11 update. This is a temporary solution."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Georgian Uppercase Font Fixer
ดาวน์โหลดไฟล์ส่วนขยาย Georgian Uppercase Font Fixer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Fixes uppercase font problems on Georgian websites that came with Chrome 69 Unicode 11 update. This is a temporary solution.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Georgian Uppercase Font Fixer |
ID | fhfhbaenepdbicalofoldmpjmocggbao |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/georgian-uppercase-font-f/fhfhbaenepdbicalofoldmpjmocggbao |
คำอธิบาย | Fixes uppercase font problems on Georgian websites that came with Chrome 69 Unicode 11 update. This is a temporary solution. |
ขนาดไฟล์ | 15.55 KB |
จำนวนการติดตั้ง | 271 |
เวอร์ชันปัจจุบัน | 0.1.1 |
อัปเดตครั้งล่าสุด | 2018-09-05 |
วันที่เผยแพร่ | 2018-09-05 |
คะแนน | 3.57/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | Rocko |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Georgian Uppercase Font Fixer", "version": "0.1.1", "description": "Fixes uppercase font problems on Georgian websites that came with Chrome 69 Unicode 11 update. This is a temporary solution.", "content_scripts": [ { "js": [ "content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "icons": { "256": "icon256.png", "128": "icon128.png", "64": "icon64.png", "48": "icon48.png", "24": "icon24.png", "16": "icon16.png" } } |