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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension allows the user to type Japanese katakana and hiragana characters without downloading an IME."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Japanese character selector एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" ] } |