Tâi-gí Helper
This extension adds a context menu to your browser, with a few helpful tools for studying Taiwanese Hokkien.
Tâi-gí Helperคืออะไร?
Tâi-gí Helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Chunshek Chan และคุณลักษณะหลักของมันคือ "This extension adds a context menu to your browser, with a few helpful tools for studying Taiwanese Hokkien."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tâi-gí Helper
ดาวน์โหลดไฟล์ส่วนขยาย Tâi-gí Helper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
With Tâigí Khok-tah-á (Tâi-gí Helper), you will have quick access to a range of look-up tools that will make your life as a Taiwanese language (Tâi-gí) student a whole lot easier. Simply highlight a word in Taiwanese and right-click.
- [NEW IN v0.2] You can now switch the menu language to 台語(漢字) or Tâi-gí (Pe̍h-ōe-jī)
- Go straight to the ROC Ministry of Education's definition of Taiwanese words on moedict.tw 萌典
- Find out how Taiwanese people translate everyday Mandarin words into Taiwanese on the crowd-sourced iTaigi 愛台語
- Perform precise or fuzzy look-up in a wide range of Taiwanese dictionaries on ChhoeTaigi 找台語
- Research usage and etymology of Taiwanese Hanji on Tâi Jī Chhân 台字田
- Listen to crisp pronunciation with the text-to-speech tool Tàu Phah-Jī 鬥拍字
Version History:
v0.2: Added options for switching interface language
v0.1: Initial version
Credit:
- aióng for localization strings in Tâi-gí ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | pdpbfanllabhbledlnemlnmchfeheljp |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/t%C3%A2i-g%C3%AD-helper/pdpbfanllabhbledlnemlnmchfeheljp |
| คำอธิบาย | This extension adds a context menu to your browser, with a few helpful tools for studying Taiwanese Hokkien. |
| ขนาดไฟล์ | 36.83 KB |
| จำนวนการติดตั้ง | 1,210 |
| เวอร์ชันปัจจุบัน | 0.2 |
| อัปเดตครั้งล่าสุด | 2021-01-20 |
| วันที่เผยแพร่ | 2021-01-19 |
| คะแนน | 4.80/5 รวมทั้งหมด 5 คะแนน |
| ผู้พัฒนา | Chunshek Chan |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en,zh-TW |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"description": "__MSG_appDescription__",
"default_locale": "en",
"version": "0.2",
"manifest_version": 2,
"permissions": [
"contextMenus",
"storage"
],
"background": {
"scripts": [
"taigi_helper.js"
]
},
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"options_ui": {
"page": "options.html",
"open_in_tab": false
}
} | |