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

Co to jest Mochi Dictionary - Từ điển Mochi?

Mochi Dictionary - Từ điển Mochi to rozszerzenie Chrome opracowane przez https://mochidemy.com, a jego główną funkcją jest „Tra từ siêu tốc, lưu 60.000+ từ vựng để ôn tập cùng MochiMochi”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Mochi Dictionary - Từ điển Mochi

Pobierz pliki rozszerzeń Mochi Dictionary - Từ điển Mochi w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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]                    

Podstawowe informacje o rozszerzeniu

Nazwa Mochi Dictionary - Từ điển Mochi Mochi Dictionary - Từ điển Mochi
ID ejmmioggcokagpjlajeilkakgphhmmbj
Oficjalny URL https://chromewebstore.google.com/detail/mochi-dictionary-t%E1%BB%AB-%C4%91i%E1%BB%83n/ejmmioggcokagpjlajeilkakgphhmmbj
Opis Tra từ siêu tốc, lưu 60.000+ từ vựng để ôn tập cùng MochiMochi
Rozmiar pliku 1.4 MB
Liczba instalacji 103,405
Aktualna Wersja 2.5.9
Ostatnia Aktualizacja 2024-02-26
Data Publikacji 2021-01-03
Ocena 4.32/5 Łącznie 189 Oceny
Deweloper https://mochidemy.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://mochidemy.com/extension/
Adres URL Strony Pomocy https://m.me/mochidemy
Adres URL Strony Polityki Prywatności https://mochidemy.com/privacy-and-policy
Obsługiwane Języki 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\/*"
        ]
    }
}