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