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 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 फ़ाइल डाउनलोड करें

crx प्रारूप में Morfix Translator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
}