MOJi辞書 Plugin

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

MOJi辞書 Plugin란 무엇입니까?

MOJi辞書 Plugin은(는) https://mojidict.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "MOJi辞書官方日语学习词典浏览器专用插件,方便快速日语查词与收藏"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

MOJi辞書 Plugin 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

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

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

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

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

확장 프로그램 기본 정보

이름 MOJi辞書 Plugin MOJi辞書 Plugin
ID edoiodnmpjehmemkkfmnefmkboeaahlf
공식 URL https://chromewebstore.google.com/detail/moji%E8%BE%9E%E6%9B%B8-plugin/edoiodnmpjehmemkkfmnefmkboeaahlf
설명 MOJi辞書官方日语学习词典浏览器专用插件,方便快速日语查词与收藏
파일 크기 820 KB
설치 횟수 14,736
현재 버전 1.3.1
최근 업데이트 2022-01-06
출시 날짜 2021-09-16
평점 3.62/5 총 26 개의 평점
개발자 https://mojidict.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.mojidict.com/article/1BvHLjMm8u
개인정보 보호 정책 페이지 URL https://www.shareintelli.com/mojidict-privacy-policy
지원되는 언어 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"
        }
    }
}