Japanese Translate & Dictionary Mazii じしょ日本語

For learn japanese, work in all website. Select text and double click to translate.

Japanese Translate & Dictionary Mazii じしょ日本語คืออะไร?

Japanese Translate & Dictionary Mazii じしょ日本語 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://mazii.net และคุณลักษณะหลักของมันคือ "For learn japanese, work in all website. Select text and double click to translate."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Japanese Translate & Dictionary Mazii じしょ日本語

ดาวน์โหลดไฟล์ส่วนขยาย Japanese Translate & Dictionary Mazii じしょ日本語 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        With Mazii, you can look up Japanese words easily 

Mazii Japanese Dictionary is a crucial search tool for Japanese learners.
With just 1 click you can quickly translate Japanese into your language.
With Mazii, reading Japanese newspapers and emails becomes easier than ever. Besides your language, Mazii also provides users with other languages translation , allows users to compare meanings to get the meanings accurately.
Outstanding features of Mazii Japanese dictionary :
- Allow multilingual translation.
- Quick vocabulary and Kanji look up.
- Save the history of Japanese look up.
- Look up directly in the toolbar
How to use it:
1. Restart chrome to make sure the Mazii is working properly

2. Mazii is ready, now double click on any word on the browser.

3. To translate the whole sentence, choose the whole the sentence, hold the Alt key and click on the sentence.

4. To turn off quick translation, click the Mazii icon on the toolbar, a small window will appear, click Options and uncheck "Turn on quick translation".

5. To translate into another language, click on the Mazii icon on the browser toolbar, a small window will appear, click Options, in the translate section, select the language you want to translate.

Thank you for using Mazii. We look forward to supporting and getting your comments.

-------------------------------------------------
A product of Mazii Japanese dictionary 
http://mazii.net                    

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

ชื่อ Japanese Translate & Dictionary Mazii じしょ日本語 Japanese Translate & Dictionary Mazii じしょ日本語
ID lkjffochdceoneajnigkbdddjdekhojj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/japanese-translate-dictio/lkjffochdceoneajnigkbdddjdekhojj
คำอธิบาย For learn japanese, work in all website. Select text and double click to translate.
ขนาดไฟล์ 935 KB
จำนวนการติดตั้ง 47,206
เวอร์ชันปัจจุบัน 1.6.6
อัปเดตครั้งล่าสุด 2020-04-03
วันที่เผยแพร่ 2020-04-02
คะแนน 4.00/5 รวมทั้งหมด 257 คะแนน
ผู้พัฒนา https://mazii.net
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://mazii.net
URL หน้าช่วยเหลือ https://www.facebook.com/maziinet
ภาษาที่รองรับ id,en,en-US,fr,vi,es,el,ru,hi,th,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "1.6.6",
    "default_locale": "en",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "permissions": [
        "",
        "file:\/\/*\/*",
        "contextMenus",
        "tabs",
        "storage",
        "background"
    ],
    "icons": {
        "16": "images\/16.png",
        "32": "images\/32.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "browser_action": {
        "default_icon": "images\/19.png",
        "default_title": "Japanese dictionary Mazii",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/contents.js",
                "js\/common.js"
            ],
            "css": [
                "css\/contents.css"
            ],
            "run_at": "document_end"
        }
    ],
    "commands": {
        "dbclick_enable": {
            "suggested_key": {
                "default": "Ctrl+Shift+M"
            },
            "description": "Send event enable or disable fast translate by double click"
        }
    },
    "content_security_policy": "script-src 'self' chrome:\/\/resources https:\/\/ssl.google-analytics.com https:\/\/www.google-analytics.com; connect-src https:\/\/inputtools.google.com https:\/\/translate.googleapis.com http:\/\/www.ispeech.org https:\/\/mazii.net https:\/\/api.mazii.net https:\/\/www.google.com ; object-src 'self'",
    "web_accessible_resources": [
        "data\/kanjimini.json",
        "_locales\/*.json",
        "favicon.ico",
        "chrome-search:\/\/**"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.mazii.net\/*"
        ]
    }
}