Word Mentor

Translate without Selection. Learn English Words (TOEFL, IELTS, etc.) in Context

Word Mentorとは何ですか?

Word Mentorはperry.leiによって開発されたChromeの拡張機能で、その主な機能は「Translate without Selection. Learn English Words (TOEFL, IELTS, etc.) in Context」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Word Mentor拡張機能のCRXファイルをダウンロード

Word Mentor拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Word Mentor - Your Essential Chrome Extension for English Learners!

Key Features:

1. Web Page and PDF Scanning: Analyze English words on any web page and online PDFs.
2. Instant Word Translation: Hover over any word, even within links, for immediate translations.
3. Comprehensive Vocabulary: Master words of TOEFL, IELTS and more.
4. Word Lookup: Search for a word's definition or ask ChatGPT about its root, affixes, and exercises.
5. Locate every occurrence of the word in web page.

Word definition in popover comes from WordNet:
Princeton University "About WordNet." WordNet. Princeton University. 2010. 


Word Mentor - 适合英语学习者的Chrome浏览器插件
主要功能:
1. 网页和PDF扫描:即时分析任何网页和在线PDF中的英文单词。
2. 瞬间单词翻译:将鼠标悬停在任何单词上,甚至链接中的单词,即可获得即时翻译。
3. 全面的词汇:涵盖四级六级,托福,雅思等各类词汇。
4. 单词查询:搜索单词的定义,或向ChatGPT询问其词根,词缀和练习。
5. 定位单词在文章中的所有出现的位置,结合上下文翻译。
6. 显示单词的词性,词根,词缀,词义分布等信息。                    

拡張機能の基本情報

名前 Word Mentor Word Mentor
ID fdhihofjoaoobiefngjfbgahmlpkjnje
公式URL https://chromewebstore.google.com/detail/word-mentor/fdhihofjoaoobiefngjfbgahmlpkjnje
説明 Translate without Selection. Learn English Words (TOEFL, IELTS, etc.) in Context
ファイルサイズ 2.8 MB
インストール数 97
現在のバージョン 0.6.91
最終更新日 2024-02-28
公開日 2023-07-26
評価 5.00/5 合計 2 レビュー
開発者 perry.lei
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://word-mentor-9edc2.web.app/
プライバシーポリシーページのURL https://word-mentor-9edc2.web.app/privacy
対応言語 en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "0.6.91",
    "action": {
        "default_title": "__MSG_name__",
        "default_icon": "icon.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "identity",
        "contextMenus",
        "offscreen"
    ],
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "excludeMatches": [
                "http:\/\/*\/*.pdf",
                "https:\/\/*\/*.pdf"
            ],
            "js": [
                "custom-elements.min.js",
                "contentScript.js",
                "sidebar.js",
                "popover.js"
            ],
            "css": [
                "contentStyle.css"
            ]
        },
        {
            "matches": [
                "http:\/\/*\/*.pdf",
                "https:\/\/*\/*.pdf"
            ],
            "js": [
                "custom-elements.min.js",
                "pdf.worker.js",
                "pdf.js",
                "contentScript.js",
                "sidebar.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*.png"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ],
    "oauth2": {
        "client_id": "607911968030-e51rusfh07dm5omk095i4bduerk7dedv.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtHqU2jUO\/UxlUu37DGlO+nAjabUax+nAEz+Y6wLNJuWgTqA50ZXeeMcDgWlX0aXJtSEPe\/3qF0x9xxsI3xSSnj1dBuoa2HZDIIgO1KFmHPjj7iFpCVa6Wm7IDs5K2j3VszMUpF0RLGkwqbkK2\/xpgpyFoZ0sxO0K6LuImj6v5YS+Nug\/SsfXF0cGjif3BstQ\/TQRVWu0z5MWWGm6jdbIetBN4+oUB+ylnueDglnExZkshqkUNETweJcIhkipbj7NwKBvsjPQylKF0MfwOdHeGqSVlXi5yGY5INoDx2A+eRt+YFjWhpE28Q0ClYOLUycv6vfd6C27+Kg3Jly2c4v\/CwIDAQAB"
}