TLDR: AI dictionary

A convenient AI-powered dictionary

Qu'est-ce que TLDR: AI dictionary ?

TLDR: AI dictionary est une extension Chrome développée par Shahbaz, et sa fonction principale est "A convenient AI-powered dictionary".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension TLDR: AI dictionary

Téléchargez les fichiers d'extension TLDR: AI dictionary au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom TLDR: AI dictionary TLDR: AI dictionary
ID ilngbocobgaemijmabhddjbeidhncaco
URL Officiel https://chromewebstore.google.com/detail/tldr-ai-dictionary/ilngbocobgaemijmabhddjbeidhncaco
Description A convenient AI-powered dictionary
Taille du Fichier 536 KB
Nombre d'Installations 93
Version Actuelle 1.1
Dernière Mise à Jour 2022-12-20
Date de Publication 2022-12-18
Évaluation 5.00/5 Total 5 Évaluations
Développeur Shahbaz
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}