TLDR: AI dictionary

A convenient AI-powered dictionary

TLDR: AI dictionaryคืออะไร?

TLDR: AI dictionary เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Shahbaz และคุณลักษณะหลักของมันคือ "A convenient AI-powered dictionary"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TLDR: AI dictionary

ดาวน์โหลดไฟล์ส่วนขยาย TLDR: AI dictionary ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        tl;dr ("Too long; didn't read) is a handy little tool that helps it's user's try to find simple definitions for words. There's a lot of funny sounding words on the internet, and this extension is meant to help out in a pinch. It combines knowledge from standard dictionaries, Wikipedia, and natural language processing machine learning models to deliver concise definitions.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ TLDR: AI dictionary TLDR: AI dictionary
ID ilngbocobgaemijmabhddjbeidhncaco
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tldr-ai-dictionary/ilngbocobgaemijmabhddjbeidhncaco
คำอธิบาย A convenient AI-powered dictionary
ขนาดไฟล์ 536 KB
จำนวนการติดตั้ง 93
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2022-12-20
วันที่เผยแพร่ 2022-12-18
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา Shahbaz
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TLDR: AI dictionary",
    "description": "A convenient AI-powered dictionary",
    "version": "1.1",
    "manifest_version": 3,
    "action": {
        "default_popup": "index.html",
        "default_title": "tldr"
    },
    "icons": {
        "16": "tldr.png",
        "48": "tldr.png",
        "128": "tldr.png"
    },
    "host_permissions": [
        "https:\/\/us-central1-tldr-958f7.cloudfunctions.net\/tldr"
    ]
}