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文件
下載Japanese character selector擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" ] } |