WordSensei - GPT powered dictionary

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

Was ist WordSensei - GPT powered dictionary?

WordSensei - GPT powered dictionary ist eine Chrome-Erweiterung, die von Zvavy entwickelt wurde, und ihr Hauptmerkmal ist "WordSensei: Unleash linguistic potential with GPT. Instant definitions, synonyms, antonyms. Upgrade your vocabulary. Download now!".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

WordSensei - GPT powered dictionary-Erweiterungs-CRX-Datei herunterladen

Laden Sie WordSensei - GPT powered dictionary-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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. 🤖                    

Grundlegende Informationen zur Erweiterung

Name WordSensei - GPT powered dictionary WordSensei - GPT powered dictionary
ID hidogboaldlnaomicmkckapmpnaknabl
Offizielle URL https://chromewebstore.google.com/detail/wordsensei-gpt-powered-di/hidogboaldlnaomicmkckapmpnaknabl
Beschreibung WordSensei: Unleash linguistic potential with GPT. Instant definitions, synonyms, antonyms. Upgrade your vocabulary. Download now!
Dateigröße 39.56 KB
Installationsanzahl 82
Aktuelle Version 0.5
Letztes Update 2023-07-16
Veröffentlichungsdatum 2023-06-12
Bewertung 5.00/5 Insgesamt 8 Bewertungen
Entwickler Zvavy
E-Mail [email protected]
Zahlungsart in_app
Unterstützte Sprachen 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}