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
官方網址 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}