Japanese character selector
This extension allows the user to type Japanese katakana and hiragana characters without downloading an IME.
Japanese character selector란 무엇입니까?
Japanese character selector은(는) Fox Islam에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension allows the user to type Japanese katakana and hiragana characters without downloading an IME."입니다.
확장 프로그램 스크린샷
Japanese character selector 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension allows you to type hiragana and katakana characters without downloading an IME. To use: Type the pronunciation of the character you want into the input field, use up and down arrows to navigate and press enter to select. Change notes below: Truth be told I had no idea that people were actually using this and had only chanced upon the comments in the reviews this morning while I was trying to publish one of a couple of terrible themes that I use while I'm at work. The comments were all absolutely valid and I felt pretty bad that I hadn't addressed them sooner so I got working as soon as I got home. Please feel free to let me know what you think! - Added a method to restrict the character set to only use hiragana or katakana - Made exactly-matched characters appear first in the selection - Refactored the code to be only slightly better than it was when I initially made this
확장 프로그램 기본 정보
이름 | |
ID | jooepnapgdcphfacefjokolijbamicen |
공식 URL | https://chrome.google.com/webstore/detail/japanese-character-select/jooepnapgdcphfacefjokolijbamicen |
설명 | This extension allows the user to type Japanese katakana and hiragana characters without downloading an IME. |
파일 크기 | 36.42 KB |
설치 횟수 | 412 |
현재 버전 | 1.3 |
최근 업데이트 | 2019-04-11 |
출시 날짜 | 2019-04-11 |
평점 | 3.11/5 총 9 개의 평점 |
개발자 | Fox Islam |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Japanese character selector", "description": "This extension allows the user to type Japanese katakana and hiragana characters without downloading an IME.", "version": "1.3", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Japanese character selector" }, "permissions": [ "activeTab", "storage" ] } |