TLDR: AI dictionary
A convenient AI-powered dictionary
Co je TLDR: AI dictionary?
TLDR: AI dictionary je rozšíření Chrome vyvinuté Shahbaz, a jeho hlavní funkcí je „A convenient AI-powered dictionary“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření TLDR: AI dictionary
Stáhněte si soubory rozšíření TLDR: AI dictionary ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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. Základní Informace o Rozšíření
| Název | |
| ID | ilngbocobgaemijmabhddjbeidhncaco |
| Oficiální URL | https://chromewebstore.google.com/detail/tldr-ai-dictionary/ilngbocobgaemijmabhddjbeidhncaco |
| Popis | A convenient AI-powered dictionary |
| Velikost souboru | 536 KB |
| Počet instalací | 93 |
| Aktuální Verze | 1.1 |
| Poslední Aktualizace | 2022-12-20 |
| Datum Vydání | 2022-12-18 |
| Hodnocení | 5.00/5 Celkem 5 Hodnocení |
| Vývojář | Shahbaz |
| [email protected] | |
| Typ Platby | free |
| Podporované Jazyky | 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"
]
} | |