TLDR: AI dictionary
A convenient AI-powered dictionary
Hvad er TLDR: AI dictionary?
TLDR: AI dictionary er en Chrome-udvidelse udviklet af Shahbaz, og dens hovedfunktion er "A convenient AI-powered dictionary".
Udvidelsesskærmbilleder
Download TLDR: AI dictionary-udvidelses-CRX-fil
Download TLDR: AI dictionary-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | ilngbocobgaemijmabhddjbeidhncaco |
| Officiel URL | https://chromewebstore.google.com/detail/tldr-ai-dictionary/ilngbocobgaemijmabhddjbeidhncaco |
| Beskrivelse | A convenient AI-powered dictionary |
| Filstørrelse | 536 KB |
| Antal Installationer | 93 |
| Nuværende Version | 1.1 |
| Senest Opdateret | 2022-12-20 |
| Udgivelsesdato | 2022-12-18 |
| Bedømmelse | 5.00/5 Samlet 5 Bedømmelser |
| Udvikler | Shahbaz |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
]
} | |