Accent Mark Helper
A simple extension that helps a user type letters with accent marks.
Accent Mark Helperคืออะไร?
Accent Mark Helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tonyanzianodev และคุณลักษณะหลักของมันคือ "A simple extension that helps a user type letters with accent marks."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Accent Mark Helper
ดาวน์โหลดไฟล์ส่วนขยาย Accent Mark Helper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension allows the user to easily type accented characters by typing the un-accented letter followed by a sequence of forward slashes. The extension recognizes the sequence and replaces it with the desired accented letter. For example, if the user types "a/" it will be converted to "à". This works very similarly to Babbel.com's accent typing feature.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Accent Mark Helper |
ID | agiajnicdlbknfiicjgbadnokajhogoj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/accent-mark-helper/agiajnicdlbknfiicjgbadnokajhogoj |
คำอธิบาย | A simple extension that helps a user type letters with accent marks. |
ขนาดไฟล์ | 9.39 KB |
จำนวนการติดตั้ง | 98 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2023-04-07 |
วันที่เผยแพร่ | 2022-12-10 |
ผู้พัฒนา | tonyanzianodev |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Accent Mark Helper", "version": "1.0.1", "manifest_version": 3, "description": "A simple extension that helps a user type letters with accent marks.", "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "exclude_globs": [ "https:\/\/*.babbel.com\/*" ], "js": [ "src\/keypressListener.js" ] } ], "icons": { "128": "src\/128x128-icon.png" } } |