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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    ]
}