Japanese IO

Helps you read Japanese text

Japanese IO란 무엇입니까?

Japanese IO은(는) https://www.japanese.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Helps you read Japanese text"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        This Chrome extension works in concert with Japanese IO (https://www.japanese.io) and brings easy access to dictionary lookups, readings, kanji and example sentences to help you read Japanese web pages.

Notice that this extension requires a free Japanese IO account, which can be created from the extension after it has been installed.  Paid feature upgrades are available.

Word lookups are stored in your profile and you can review and study this vocabulary on the Japanese IO website.                    

확장 프로그램 기본 정보

이름 Japanese IO Japanese IO
ID dccefjeoofjkdjodbkkbncjcipagdnad
공식 URL https://chromewebstore.google.com/detail/japanese-io/dccefjeoofjkdjodbkkbncjcipagdnad
설명 Helps you read Japanese text
파일 크기 747 KB
설치 횟수 11,885
현재 버전 0.14.1
최근 업데이트 2022-10-12
출시 날짜 2020-06-06
평점 4.55/5 총 62 개의 평점
개발자 https://www.japanese.io
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://www.japanese.io
개인정보 보호 정책 페이지 URL https://www.japanese.io/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Japanese IO",
    "description": "Helps you read Japanese text",
    "version": "0.14.1",
    "manifest_version": 3,
    "permissions": [
        "contextMenus",
        "scripting",
        "activeTab",
        "background",
        "tabs",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*\/*",
        "http:\/\/localhost:5000\/",
        "https:\/\/*.japanese.io\/",
        "http:\/\/commons.wikimedia.org\/",
        "https:\/\/fonts.googleapis.com\/",
        "https:\/\/api.mixpanel.com\/",
        "https:\/\/www.google-analytics.com\/"
    ],
    "icons": {
        "16": "favicon.ico",
        "128": "favicon-128x128.png",
        "196": "favicon-196x196.png"
    },
    "background": {
        "service_worker": "serviceWorker.bundle.js"
    },
    "externally_connectable": {
        "matches": [
            "http:\/\/localhost:5000\/*",
            "https:\/\/staging.japanese.io\/*",
            "https:\/\/www.japanese.io\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "bootstrap.bundle.js"
            ],
            "run_at": "document_end"
        }
    ],
    "options_page": "pages\/options\/OptionsPage.html",
    "action": {
        "default_title": "Japanese IO",
        "default_icon": {
            "128": "favicon-128x128.png"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/images\/icons\/triangle.svg",
                "\/images\/powerUp\/powerhead-white-green.png",
                "\/images\/powerUp\/powerhead-dark-green.png",
                "\/images\/icons\/close.svg",
                "\/images\/logos\/japanese-io-logo.svg",
                "\/images\/icons\/star.svg",
                "\/images\/icons\/star-grey.svg",
                "\/images\/icons\/speaker.svg",
                "\/images\/icons\/speaker-grey.svg",
                "\/api\/vocabulary\/*\/audio"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}