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은(는) Allen Ye에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Lets the user type in Japanese using Hiragana and Katakana. Users can easily copy or search up the things they type."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Type Japanese 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        - 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"
    }
}