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

Apa itu Morfix Translator?

Morfix Translator adalah ekstensi Chrome yang dikembangkan oleh yoavdevacc, dan fitur utamanya adalah "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 Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Morfix Translator

Unduh file ekstensi Morfix Translator dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Morfix Translator Morfix Translator
ID iokfdpkjimlhkobipplfhkkeenbdfame
URL Resmi https://chromewebstore.google.com/detail/morfix-translator/iokfdpkjimlhkobipplfhkkeenbdfame
Deskripsi 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
Ukuran File 20.31 KB
Jumlah Instalasi 296
Versi Saat Ini 0.11
Terakhir Diperbarui 2021-02-18
Tanggal Publikasi 2021-02-18
Pengembang yoavdevacc
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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
}