Japanese Dictionary

Search in Japanese in Jisho just Select and Click!

ما هو Japanese Dictionary؟

Japanese Dictionary هو إضافة Chrome تم تطويرها بواسطة yaoyaox023، والميزة الرئيسية لها هي "Search in Japanese in Jisho just Select and Click!".

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

screenshot
screenshot

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

قم بتنزيل ملفات الامتداد Japanese Dictionary بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        This is a helper extension for searching in jisho.org.

Usage: just select words or text and hit the jisho logo.

Note that this is not an official extension from jisho.org.

I am a Japanese learner and have been using jisho constantly for a couple of months.

I developed this tool for myself first and I wish this could be of use to you now.                    

معلومات أساسية عن التمديد

الاسم Japanese Dictionary Japanese Dictionary
ID biaomnnlegcdbppjckegpakinnomadje
عنوان URL الرسمي https://chromewebstore.google.com/detail/japanese-dictionary/biaomnnlegcdbppjckegpakinnomadje
الوصف Search in Japanese in Jisho just Select and Click!
حجم الملف 1.34 MB
عدد التثبيتات 50
النسخة الحالية 0.0.0.3
آخر تحديث 2020-05-27
تاريخ النشر 2020-05-27
المطور yaoyaox023
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Japanese Dictionary",
    "author": "libing",
    "version": "0.0.0.3",
    "description": "Search in Japanese in Jisho just Select and Click!",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "web_accessible_resources": [
        "images\/*.png",
        "res\/jp2chn.json"
    ],
    "icons": {
        "16": "images\/jisho-16.png",
        "32": "images\/jisho-32.png",
        "48": "images\/jisho-48.png",
        "128": "images\/jisho-128.png"
    }
}