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

什麼是Mochi Dictionary - Từ điển Mochi?

Mochi Dictionary - Từ điển Mochi是由https://mochidemy.com開發的Chrome擴展程式,該擴展的主要功能是“Tra từ siêu tốc, lưu 60.000+ từ vựng để ôn tập cùng MochiMochi”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Mochi Dictionary - Từ điển Mochi擴展crx文件

下載Mochi Dictionary - Từ điển Mochi擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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]                    

擴展基本資訊

名稱 Mochi Dictionary - Từ điển Mochi Mochi Dictionary - Từ điển Mochi
ID ejmmioggcokagpjlajeilkakgphhmmbj
官方網址 https://chromewebstore.google.com/detail/mochi-dictionary-t%E1%BB%AB-%C4%91i%E1%BB%83n/ejmmioggcokagpjlajeilkakgphhmmbj
簡介 Tra từ siêu tốc, lưu 60.000+ từ vựng để ôn tập cùng MochiMochi
檔案大小 1.4 MB
安裝次數 103,405
目前版本 2.5.9
更新時間 2024-02-26
上架時間 2021-01-03
評分 4.32/5 共 189 次評分
開發者 https://mochidemy.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://mochidemy.com/extension/
說明頁面URL https://m.me/mochidemy
隱私政策頁面URL https://mochidemy.com/privacy-and-policy
支援的語言 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\/*"
        ]
    }
}