Morfix Translator

Morfix Translator is here to save the manual labor of looking up a word, and it will do it for you just within a single click

Morfix Translatorคืออะไร?

Morfix Translator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย yoavdevacc และคุณลักษณะหลักของมันคือ "Morfix Translator is here to save the manual labor of looking up a word, and it will do it for you just within a single click"

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

screenshot

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

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

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

                        Translate words from English to Hebrew and vice versa in a new tab using Morfix with a Single Click                    

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

ชื่อ Morfix Translator Morfix Translator
ID iokfdpkjimlhkobipplfhkkeenbdfame
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/morfix-translator/iokfdpkjimlhkobipplfhkkeenbdfame
คำอธิบาย Morfix Translator is here to save the manual labor of looking up a word, and it will do it for you just within a single click
ขนาดไฟล์ 20.31 KB
จำนวนการติดตั้ง 296
เวอร์ชันปัจจุบัน 0.11
อัปเดตครั้งล่าสุด 2021-02-18
วันที่เผยแพร่ 2021-02-18
ผู้พัฒนา yoavdevacc
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ iw
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Morfix Translator",
    "version": "0.11",
    "permissions": [
        "contextMenus"
    ],
    "description": "Morfix Translator is here to save the manual labor of looking up a word, and it will do it for you just within a single click",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_popup": "index.html"
    },
    "manifest_version": 2
}