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 파일 다운로드

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

확장 프로그램 사용 설명서

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