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

What is Mochi Dictionary - Từ điển Mochi?

Mochi Dictionary - Từ điển Mochi is a Chrome extension developed by https://mochidemy.com, and its main feature is "Tra từ siêu tốc, lưu 60.000+ từ vựng để ôn tập cùng MochiMochi".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Mochi Dictionary - Từ điển Mochi Extension CRX File

Download Mochi Dictionary - Từ điển Mochi extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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]                    

Extension Basic Information

Name Mochi Dictionary - Từ điển Mochi Mochi Dictionary - Từ điển Mochi
ID ejmmioggcokagpjlajeilkakgphhmmbj
Official URL https://chromewebstore.google.com/detail/mochi-dictionary-t%E1%BB%AB-%C4%91i%E1%BB%83n/ejmmioggcokagpjlajeilkakgphhmmbj
Description Tra từ siêu tốc, lưu 60.000+ từ vựng để ôn tập cùng MochiMochi
File Size 1.4 MB
Installation Count 103,405
Current Version 2.5.9
Last Updated 2024-02-26
Publish Date 2021-01-03
Rating 4.32/5 Total 189 Ratings
Developer https://mochidemy.com
Email [email protected]
Payment Type free
Extension Website https://mochidemy.com/extension/
Help Page URL https://m.me/mochidemy
Privacy Policy Page URL https://mochidemy.com/privacy-and-policy
Supported Languages 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\/*"
        ]
    }
}