Type Japanese
Lets the user type in Japanese using Hiragana and Katakana. Users can easily copy or search up the things they type.
O que é Type Japanese?
Type Japanese é uma extensão do Chrome desenvolvida por Allen Ye, e sua principal característica é "Lets the user type in Japanese using Hiragana and Katakana. Users can easily copy or search up the things they type.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Type Japanese
Baixe arquivos de extensão Type Japanese no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
- 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
Informações Básicas da Extensão
Nome | Type Japanese |
ID | ilhbdihflmdkeaalnjjbiclonlodghkm |
URL Oficial | https://chromewebstore.google.com/detail/type-japanese/ilhbdihflmdkeaalnjjbiclonlodghkm |
Descrição | Lets the user type in Japanese using Hiragana and Katakana. Users can easily copy or search up the things they type. |
Tamanho do Arquivo | 147 KB |
Contagem de Instalações | 5,109 |
Versão Atual | 1.2 |
Última Atualização | 2021-12-30 |
Data de Publicação | 2021-12-22 |
Classificação | 4.71/5 Total de 17 Avaliações |
Desenvolvedor | Allen Ye |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/allenye66/Japanease |
URL da Página de Ajuda | https://github.com/allenye66/Japanease/issues |
Idiomas Suportados | 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" } } |