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 là gì?

Morfix Translator là một tiện ích mở rộng Chrome được phát triển bởi yoavdevacc, và tính năng chính của nó là "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".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Morfix Translator

Tải xuống các tệp mở rộng Morfix Translator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Morfix Translator Morfix Translator
ID iokfdpkjimlhkobipplfhkkeenbdfame
URL Chính Thức https://chromewebstore.google.com/detail/morfix-translator/iokfdpkjimlhkobipplfhkkeenbdfame
Mô tả 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
Kích Thước Tệp 20.31 KB
Số Lần Cài Đặt 296
Phiên Bản Hiện Tại 0.11
Cập Nhật Lần Cuối 2021-02-18
Ngày Phát Hành 2021-02-18
Nhà Phát Triển yoavdevacc
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}