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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Zvavy และคุณลักษณะหลักของมันคือ "WordSensei: Unleash linguistic potential with GPT. Instant definitions, synonyms, antonyms. Upgrade your vocabulary. Download now!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WordSensei - GPT powered dictionary

ดาวน์โหลดไฟล์ส่วนขยาย 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}