Mochi Dictionary - Từ điển Mochi

Tra từ siêu tốc, lưu 60.000+ từ vựng để ôn tập cùng MochiMochi

¿Qué es Mochi Dictionary - Từ điển Mochi?

Mochi Dictionary - Từ điển Mochi es una extensión de Chrome desarrollada por https://mochidemy.com, y su función principal es "Tra từ siêu tốc, lưu 60.000+ từ vựng để ôn tập cùng MochiMochi".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Mochi Dictionary - Từ điển Mochi

Descarga archivos de extensión Mochi Dictionary - Từ điển Mochi en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        MochiMochi - Dịch tiếng Anh siêu tốc - Nhanh chóng, tiện lợi, chính xác.

1. Tra nghĩa của từ vựng NGAY TRONG VĂN BẢN
Bôi đen từ vựng mình muốn tra cứu ở ngay tại trang báo, tài liệu, nội dung mà bạn đang xem. Sau đó, ấn vào biểu tượng của MochiMochi để tra cứu ngay tức thì

2. Từ điển Anh - Việt, Anh - Anh ĐẦY ĐỦ NHƯ OXFORD
Với kho dữ liệu khổng lồ, MochiMochi cung cấp cho bạn từ điển Anh - Việt, Anh - Anh đầy đủ, chính xác kèm theo âm thanh và ví dụ trực quan

3. Dịch câu tức thì, TRÁNH NGẮT MẠCH ĐỌC
Bôi đen cả câu ngay trong đoạn văn bản để dịch nghĩa chính xác. Xoá bỏ nỗi lo ngắt mạch đọc khi phải sang trang dịch, công cụ khác

4. Dịch nghĩa mọi lúc, mọi nơi THAO TÁC ĐƠN GIẢN
Click vào biểu tượng MochiMochi ở góc phải màn hình để thực hiện dịch ngay những từ vựng tiếng Anh bạn cần biết nghĩa

Cài đặt và trải nghiệm ngay!

=== THÔNG TIN LIÊN HỆ ===
Mọi thắc mắc vui lòng liên hệ:
Website: mochidemy.com
Fanpage: MochiMochi
Email: [email protected]                    

Información Básica de la Extensión

Nombre Mochi Dictionary - Từ điển Mochi Mochi Dictionary - Từ điển Mochi
ID ejmmioggcokagpjlajeilkakgphhmmbj
URL Oficial https://chromewebstore.google.com/detail/mochi-dictionary-t%E1%BB%AB-%C4%91i%E1%BB%83n/ejmmioggcokagpjlajeilkakgphhmmbj
Descripción Tra từ siêu tốc, lưu 60.000+ từ vựng để ôn tập cùng MochiMochi
Tamaño del Archivo 1.4 MB
Cantidad de Instalaciones 103,405
Versión Actual 2.5.9
Última Actualización 2024-02-26
Fecha de Publicación 2021-01-03
Calificación 4.32/5 Total de 189 Calificaciones
Desarrollador https://mochidemy.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://mochidemy.com/extension/
URL de la Página de Ayuda https://m.me/mochidemy
URL de la Página de Política de Privacidad https://mochidemy.com/privacy-and-policy
Idiomas Soportados vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "Mochi Dictionary - T\u1eeb \u0111i\u1ec3n Mochi",
    "name": "Mochi Dictionary - T\u1eeb \u0111i\u1ec3n Mochi",
    "version": "2.5.9",
    "description": "Tra t\u1eeb si\u00eau t\u1ed1c, l\u01b0u 60.000+ t\u1eeb v\u1ef1ng \u0111\u1ec3 \u00f4n t\u1eadp c\u00f9ng MochiMochi",
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "action": {
        "default_icon": "images\/icon.png",
        "default_popup": "pages\/popup.html",
        "default_title": "Mochi Dictionary"
    },
    "manifest_version": 3,
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "permissions": [
        "tabs",
        "storage",
        "cookies",
        "history"
    ],
    "optional_permissions": [
        "topSites",
        "notifications"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "static\/content_scripts\/main.js"
            ],
            "css": [
                "static\/content_css\/main.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*",
                "svg\/*",
                "static\/*",
                "pages\/*",
                "gifs\/*",
                "fonts\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';script-src-elem 'self' "
    },
    "background": {
        "service_worker": "service_worker\/background.bundle.js",
        "type": "module"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/mochidemy.com\/extension-page-login*",
            "https:\/\/mochidemy.com\/extension-page-login-test*",
            "https:\/\/localhost:3000\/extension-page-login-test*",
            "https:\/\/accounts-test.mochidemy.com\/*",
            "https:\/\/extension-page-login-test.mochidemy.com\/*",
            "https:\/\/accounts.mochidemy.com\/*"
        ]
    }
}