TLDR: AI dictionary
A convenient AI-powered dictionary
Co to jest TLDR: AI dictionary?
TLDR: AI dictionary to rozszerzenie Chrome opracowane przez Shahbaz, a jego główną funkcją jest „A convenient AI-powered dictionary”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia TLDR: AI dictionary
Pobierz pliki rozszerzeń TLDR: AI dictionary w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | ilngbocobgaemijmabhddjbeidhncaco |
| Oficjalny URL | https://chromewebstore.google.com/detail/tldr-ai-dictionary/ilngbocobgaemijmabhddjbeidhncaco |
| Opis | A convenient AI-powered dictionary |
| Rozmiar pliku | 536 KB |
| Liczba instalacji | 93 |
| Aktualna Wersja | 1.1 |
| Ostatnia Aktualizacja | 2022-12-20 |
| Data Publikacji | 2022-12-18 |
| Ocena | 5.00/5 Łącznie 5 Oceny |
| Deweloper | Shahbaz |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
]
} | |