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은(는) Chunshek Chan에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension adds a context menu to your browser, with a few helpful tools for studying Taiwanese Hokkien."입니다.
확장 프로그램 스크린샷
Tâi-gí Helper 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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í
확장 프로그램 기본 정보
이름 | Tâi-gí Helper |
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 } } |