TLDR: AI dictionary

A convenient AI-powered dictionary

O que é TLDR: AI dictionary?

TLDR: AI dictionary é uma extensão do Chrome desenvolvida por Shahbaz, e sua principal característica é "A convenient AI-powered dictionary".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão TLDR: AI dictionary

Baixe arquivos de extensão TLDR: AI dictionary no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome TLDR: AI dictionary TLDR: AI dictionary
ID ilngbocobgaemijmabhddjbeidhncaco
URL Oficial https://chromewebstore.google.com/detail/tldr-ai-dictionary/ilngbocobgaemijmabhddjbeidhncaco
Descrição A convenient AI-powered dictionary
Tamanho do Arquivo 536 KB
Contagem de Instalações 93
Versão Atual 1.1
Última Atualização 2022-12-20
Data de Publicação 2022-12-18
Classificação 5.00/5 Total de 5 Avaliações
Desenvolvedor Shahbaz
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}