MOJi辞書 Plugin

MOJi辞書官方日语学习词典浏览器专用插件,方便快速日语查词与收藏

What is MOJi辞書 Plugin?

MOJi辞書 Plugin is a Chrome extension developed by https://mojidict.com, and its main feature is "MOJi辞書官方日语学习词典浏览器专用插件,方便快速日语查词与收藏".

Extension Screenshots

screenshot
screenshot
screenshot

Download MOJi辞書 Plugin Extension CRX File

Download MOJi辞書 Plugin 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

                        百萬日語學習者的選擇!假名、中日英、羅馬音、活用、詞組等自動識別,一鍵即搜;多家日語網站一鍵輔助搜索;管理單詞,打造專屬詞庫。

『一起學日語,渡辭海』 - MOJi辞書(じしょ)。目前已收錄百萬詳解詞條,另附多家權威在線詞典直達搜索服務。MOJi辭書將深刻圍繞「體驗」進行持續改進,これからも、よろしくお願いしますー

特色簡介:
根據用戶輸入的內容(中日、假名、羅馬拼音以及英文),自動快速檢索詞條並提供雲端高精度預測結果;
內置多家權威日語在線直達搜索服務:日+中日+英日全面應對;
高自由度收藏分類管理生詞;
日語新聞一鍵翻譯,小白也能看日語生肉;

...持續進化,常用常新...

前方路漫漫,願與大家攜手並進,記得常聯繫:
官網:https://mojidict.com
郵箱:[email protected]
Twitter/微信:MOJI_SERIES
微信公眾號/Bilibili:MOJi辞書
微博:http://weibo.com/mojidic                    

Extension Basic Information

Name MOJi辞書 Plugin MOJi辞書 Plugin
ID edoiodnmpjehmemkkfmnefmkboeaahlf
Official URL https://chromewebstore.google.com/detail/moji%E8%BE%9E%E6%9B%B8-plugin/edoiodnmpjehmemkkfmnefmkboeaahlf
Description MOJi辞書官方日语学习词典浏览器专用插件,方便快速日语查词与收藏
File Size 820 KB
Installation Count 14,736
Current Version 1.3.1
Last Updated 2022-01-06
Publish Date 2021-09-16
Rating 3.62/5 Total 26 Ratings
Developer https://mojidict.com
Email [email protected]
Payment Type free
Extension Website https://www.mojidict.com/article/1BvHLjMm8u
Privacy Policy Page URL https://www.shareintelli.com/mojidict-privacy-policy
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.3.1",
    "name": "MOJi\u8f9e\u66f8 Plugin",
    "homepage_url": "https:\/\/www.mojidict.com",
    "description": "MOJi\u8f9e\u66f8\u5b98\u65b9\u65e5\u8bed\u5b66\u4e60\u8bcd\u5178\u6d4f\u89c8\u5668\u4e13\u7528\u63d2\u4ef6\uff0c\u65b9\u4fbf\u5feb\u901f\u65e5\u8bed\u67e5\u8bcd\u4e0e\u6536\u85cf",
    "permissions": [
        "contextMenus",
        "storage",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/api.mojidict.com\/",
        "https:\/\/moji-public-upload.oss-accelerate.aliyuncs.com\/"
    ],
    "icons": {
        "16": "icons\/logo-16.png",
        "48": "icons\/logo-48.png",
        "128": "icons\/logo-128.png"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ],
            "all_frames": true
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self';object-src 'self'"
    },
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "panel.html",
                "static\/images\/logo.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "MOJi\u8f9e\u66f8 Plugin",
        "default_icon": {
            "19": "icons\/logo-19.png",
            "38": "icons\/logo-38.png"
        }
    }
}