TLDR: AI dictionary
A convenient AI-powered dictionary
Was ist TLDR: AI dictionary?
TLDR: AI dictionary ist eine Chrome-Erweiterung, die von Shahbaz entwickelt wurde, und ihr Hauptmerkmal ist "A convenient AI-powered dictionary".
Erweiterungsscreenshots
TLDR: AI dictionary-Erweiterungs-CRX-Datei herunterladen
Laden Sie TLDR: AI dictionary-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | ilngbocobgaemijmabhddjbeidhncaco |
| Offizielle URL | https://chromewebstore.google.com/detail/tldr-ai-dictionary/ilngbocobgaemijmabhddjbeidhncaco |
| Beschreibung | A convenient AI-powered dictionary |
| Dateigröße | 536 KB |
| Installationsanzahl | 93 |
| Aktuelle Version | 1.1 |
| Letztes Update | 2022-12-20 |
| Veröffentlichungsdatum | 2022-12-18 |
| Bewertung | 5.00/5 Insgesamt 5 Bewertungen |
| Entwickler | Shahbaz |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
]
} | |