Type Japanese

Lets the user type in Japanese using Hiragana and Katakana. Users can easily copy or search up the things they type.

Что такое Type Japanese?

Type Japanese - это расширение Chrome, разработанное Allen Ye, и его основная функция - "Lets the user type in Japanese using Hiragana and Katakana. Users can easily copy or search up the things they type.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Type Japanese

Скачайте файлы расширений Type Japanese в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        - Using this chrome extension, users can easily type in Japanese without having to switch their computer's entire language
- Users can type in either Hiragana or Katakana
- After typing their text, users have the option to search up their text on Google
- Users can also easily copy the text they typed                    

Основная информация о расширении

Название Type Japanese Type Japanese
ID ilhbdihflmdkeaalnjjbiclonlodghkm
Официальный URL https://chromewebstore.google.com/detail/type-japanese/ilhbdihflmdkeaalnjjbiclonlodghkm
Описание Lets the user type in Japanese using Hiragana and Katakana. Users can easily copy or search up the things they type.
Размер файла 147 KB
Количество установок 5,109
Текущая Версия 1.2
Последнее Обновление 2021-12-30
Дата публикации 2021-12-22
Рейтинг 4.71/5 Всего 17 оценок
Разработчик Allen Ye
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/allenye66/Japanease
URL страницы помощи https://github.com/allenye66/Japanease/issues
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Type Japanese",
    "description": "Lets the user type in Japanese using Hiragana and Katakana. Users can easily copy or search up the things they type.",
    "version": "1.2",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}