Japanese IO

Helps you read Japanese text

ما هو Japanese IO؟

Japanese IO هو إضافة Chrome تم تطويرها بواسطة https://www.japanese.io، والميزة الرئيسية لها هي "Helps you read Japanese text".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Japanese IO

قم بتنزيل ملفات الامتداد Japanese IO بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة سياسة الخصوصية 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'"
    }
}