Improved Text For Hangouts
Improves text style on hangouts automatically.
Improved Text For Hangoutsคืออะไร?
Improved Text For Hangouts เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://kmh.zone และคุณลักษณะหลักของมันคือ "Improves text style on hangouts automatically."
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Improved Text For Hangouts
ดาวน์โหลดไฟล์ส่วนขยาย Improved Text For Hangouts ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Credit goes to Raymond.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | bglfonnkhbbfancpefbehfeccfdbmkmd |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/improved-text-for-hangout/bglfonnkhbbfancpefbehfeccfdbmkmd |
คำอธิบาย | Improves text style on hangouts automatically. |
ขนาดไฟล์ | 34.12 KB |
จำนวนการติดตั้ง | 12 |
เวอร์ชันปัจจุบัน | 1.0.2 |
อัปเดตครั้งล่าสุด | 2018-07-02 |
วันที่เผยแพร่ | 2018-07-01 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://kmh.zone |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Improved Text For Hangouts", "description": "Improves text style on hangouts automatically.", "version": "1.0.2", "content_scripts": [ { "matches": [ "*:\/\/hangouts.google.com\/*" ], "js": [ "jquery.min.js", "patternapplier.js" ], "all_frames": true } ], "permissions": [ "activeTab", "storage" ], "options_ui": { "page": "options.html", "open_in_tab": false } } |