Easy Translate

Easy translate (Powered by Mazii)

Easy Translateคืออะไร?

Easy Translate เป็นส่วนขยายของ Chrome ที่พัฒนาโดย xwaystyle และคุณลักษณะหลักของมันคือ "Easy translate (Powered by Mazii)"

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

screenshot
screenshot

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

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

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

                        The simplest ever translate tool! 
Just select text and double press 'Ctrl' key to quick translate word.

This is open project which porting the original Mazii to use easier.
The main project Mazii does support translate many languages and it's known as aim to Japanese as well.

Currently Mazii support up to 13 languages.

Further info: http://mazii.net                    

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

ชื่อ Easy Translate Easy Translate
ID nkkbbhjgjifpbockgfpflchdboolmdmm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/easy-translate/nkkbbhjgjifpbockgfpflchdboolmdmm
คำอธิบาย Easy translate (Powered by Mazii)
ขนาดไฟล์ 945 KB
จำนวนการติดตั้ง 269
เวอร์ชันปัจจุบัน 1.6.6.1
อัปเดตครั้งล่าสุด 2020-08-18
วันที่เผยแพร่ 2020-07-22
ผู้พัฒนา xwaystyle
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://mazii.net/
ภาษาที่รองรับ id,en,en-US,fr,vi,es,el,ru,hi,th,zh-CN,ja,ko
manifest.json
{
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": "images\/48.png",
        "default_popup": "popup.html",
        "default_title": "Easy translate (Powered by Mazii)"
    },
    "commands": {
        "dbclick_enable": {
            "description": "Send event enable or disable fast translate by double click",
            "suggested_key": {
                "default": "Ctrl+Shift+M"
            }
        }
    },
    "content_scripts": [
        {
            "css": [
                "css\/contents.css"
            ],
            "js": [
                "js\/contents.js",
                "js\/common.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "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'",
    "default_locale": "en",
    "description": "Easy translate (Powered by Mazii)",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.mazii.net\/*"
        ]
    },
    "icons": {
        "128": "images\/128.png",
        "16": "images\/16.png",
        "32": "images\/32.png",
        "48": "images\/48.png"
    },
    "manifest_version": 2,
    "name": "Easy Translate",
    "permissions": [
        "",
        "file:\/\/*\/*",
        "contextMenus",
        "tabs",
        "storage",
        "background"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.6.6.1",
    "web_accessible_resources": [
        "data\/kanjimini.json",
        "_locales\/*.json",
        "favicon.ico",
        "chrome-search:\/\/**"
    ]
}