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

Cos'è Mochi Dictionary - Từ điển Mochi?

Mochi Dictionary - Từ điển Mochi è un'estensione di Chrome sviluppata da https://mochidemy.com, e la sua funzione principale è "Tra từ siêu tốc, lưu 60.000+ từ vựng để ôn tập cùng MochiMochi".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Mochi Dictionary - Từ điển Mochi

Scarica i file di estensione Mochi Dictionary - Từ điển Mochi in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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]                    

Informazioni di Base sull'Estensione

Nome Mochi Dictionary - Từ điển Mochi Mochi Dictionary - Từ điển Mochi
ID ejmmioggcokagpjlajeilkakgphhmmbj
URL Ufficiale https://chromewebstore.google.com/detail/mochi-dictionary-t%E1%BB%AB-%C4%91i%E1%BB%83n/ejmmioggcokagpjlajeilkakgphhmmbj
Descrizione Tra từ siêu tốc, lưu 60.000+ từ vựng để ôn tập cùng MochiMochi
Dimensione del File 1.4 MB
Conteggio Installazioni 103,405
Versione Corrente 2.5.9
Ultimo Aggiornamento 2024-02-26
Data di Pubblicazione 2021-01-03
Valutazione 4.32/5 Totale 189 Valutazioni
Sviluppatore https://mochidemy.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://mochidemy.com/extension/
URL della Pagina di Aiuto https://m.me/mochidemy
URL della Pagina della Politica sulla Privacy https://mochidemy.com/privacy-and-policy
Lingue Supportate 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\/*"
        ]
    }
}