WordSensei - GPT powered dictionary

WordSensei: Unleash linguistic potential with GPT. Instant definitions, synonyms, antonyms. Upgrade your vocabulary. Download now!

什么是WordSensei - GPT powered dictionary?

WordSensei - GPT powered dictionary是由Zvavy开发的Chrome扩展程序,该扩展的主要功能是“WordSensei: Unleash linguistic potential with GPT. Instant definitions, synonyms, antonyms. Upgrade your vocabulary. Download now!”。

扩展截图

screenshot
screenshot
screenshot

下载WordSensei - GPT powered dictionary扩展crx文件

下载WordSensei - GPT powered dictionary扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        WordSensei is for anyone needing to understand English better. It uses artificial intelligence (AI) to provide definitions, synonyms, and sentence examples instantly, just by clicking on the word.

Our features:
1. AI Definitions 📖: Select a word. See its definition. It's that simple, thanks to our AI.

2. Synonyms in a Snap 🔄: Select a word. Our AI gives you a list of synonyms right away.

3. Sentence Examples 📝: Understand words in context with AI-powered sentence examples.


With WordSensei, you get accurate information quickly. No more extra tabs or searches. It's all right there when you need it.👌💻

Install WordSensei now. Make English easier with AI.🚀
WordSensei: GPT-powered English, in your browser. 🤖                    

扩展基本信息

名称 WordSensei - GPT powered dictionary WordSensei - GPT powered dictionary
ID hidogboaldlnaomicmkckapmpnaknabl
官方URL https://chromewebstore.google.com/detail/wordsensei-gpt-powered-di/hidogboaldlnaomicmkckapmpnaknabl
简介 WordSensei: Unleash linguistic potential with GPT. Instant definitions, synonyms, antonyms. Upgrade your vocabulary. Download now!
文件大小 39.56 KB
安装次数 82
当前版本 0.5
更新时间 2023-07-16
上架时间 2023-06-12
评分 5.00/5 共8次评分
开发者 Zvavy
电子邮箱 [email protected]
付费类型 in_app
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "WordSensei - GPT powered dictionary",
    "version": "0.5",
    "description": "WordSensei: Unleash linguistic potential with GPT. Instant definitions, synonyms, antonyms. Upgrade your vocabulary. Download now!",
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "md5.js",
                "fingerprint.js",
                "main.js"
            ],
            "css": [
                "styles.css"
            ]
        }
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/*.png"
            ],
            "extension_ids": [
                "*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}