Jdict Dictionary

Jdict dictionary extension help you read japanese text more simply

Jdict Dictionaryคืออะไร?

Jdict Dictionary เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://jdict.net และคุณลักษณะหลักของมันคือ "Jdict dictionary extension help you read japanese text more simply"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Jdict Dictionary

ดาวน์โหลดไฟล์ส่วนขยาย Jdict Dictionary ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Hỗ trợ dịch thuật khi đọc văn bản và học tiếng Nhật trên trình duyệt Google Chrome.
Tiện ích mở rộng Jdict Dictionary Chrome này hoạt động cùng với từ điển Jdict Dictionary (https://jdict.net) giúp người dùng dễ dàng tra cứu từ điển, bài đọc, chữ Kanji và câu ví dụ tiếng Nhật để giúp bạn đọc bất kỳ trang web tiếng Nhật nào một cách dễ dàng.

Hy vọng với Jdict Dictionary Extension các bạn sẽ thấy tiếng Nhật không còn nhàm chán.

Bạn có thể sử dụng tài khoản Jdict miễn phí để đồng bộ dữ liệu lên đám mây từ tiện ích mở rộng sau khi được cài đặt tiện ích mở rộng này.
Cùng đăng ký tài khoản và đồng bộ từ vựng yêu thích cùng với Jdict ngay thôi nào!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Jdict Dictionary Jdict Dictionary
ID blnjglbocieoecdjeoaokjinpjonijnb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/jdict-dictionary/blnjglbocieoecdjeoaokjinpjonijnb
คำอธิบาย Jdict dictionary extension help you read japanese text more simply
ขนาดไฟล์ 238 KB
จำนวนการติดตั้ง 1,472
เวอร์ชันปัจจุบัน 1.3.3
อัปเดตครั้งล่าสุด 2022-09-15
วันที่เผยแพร่ 2020-05-12
คะแนน 4.43/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา https://jdict.net
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://jdict.net
URL หน้าช่วยเหลือ https://forms.gle/qpCmtghwXrjXnszU8
URL หน้านโยบายความเป็นส่วนตัว https://jdict.net/privacy_policy.html
ภาษาที่รองรับ vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Jdict Dictionary",
    "manifest_version": 2,
    "version": "1.3.3",
    "options_page": "options.html",
    "permissions": [
        "chrome:\/\/favicon\/*",
        "topSites",
        "unlimitedStorage",
        "tabs",
        "storage",
        "https:\/\/clients5.google.com\/*",
        "https:\/\/www.gstatic.com\/*",
        "https:\/\/jdict.net\/*",
        "https:\/\/google.com\/*"
    ],
    "background": {
        "scripts": [
            ".\/common\/config.js",
            ".\/common\/store.js",
            ".\/lib\/jquery.js",
            ".\/lib\/popper.js",
            ".\/lib\/bootstrap.js",
            "background.js",
            ".\/lib\/bootstrap.js",
            "lib\/shortcut.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "static\/icons\/[email protected]",
        "default_title": "Jdict Dictionary"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "css": [
                ".\/popups\/translate.css",
                ".\/popups\/search.css"
            ],
            "js": [
                ".\/common\/config.js",
                ".\/common\/store.js",
                ".\/popups\/translate.js",
                ".\/popups\/search.js"
            ],
            "run_at": "document_idle",
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/jdict.net https:\/\/ssl.google-analytics.com https:\/\/clients5.google.com https:\/\/www.gstatic.com https:\/\/apis.google.com\/ https:\/\/www.google-analytics.com; object-src 'self'; ",
    "description": "Jdict dictionary extension help you read japanese text more simply",
    "icons": {
        "16": "static\/icons\/[email protected]",
        "32": "static\/icons\/[email protected]",
        "48": "static\/icons\/[email protected]",
        "96": "static\/icons\/[email protected]",
        "128": "static\/icons\/[email protected]",
        "512": "static\/icons\/[email protected]"
    },
    "commands": [],
    "web_accessible_resources": [
        "static\/*"
    ]
}