TLDR: AI dictionary
A convenient AI-powered dictionary
What is TLDR: AI dictionary?
TLDR: AI dictionary is a Chrome extension developed by Shahbaz, and its main feature is "A convenient AI-powered dictionary".
Extension Screenshots
Download TLDR: AI dictionary Extension CRX File
Download TLDR: AI dictionary extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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. Extension Basic Information
| Name | |
| ID | ilngbocobgaemijmabhddjbeidhncaco |
| Official URL | https://chromewebstore.google.com/detail/tldr-ai-dictionary/ilngbocobgaemijmabhddjbeidhncaco |
| Description | A convenient AI-powered dictionary |
| File Size | 536 KB |
| Installation Count | 93 |
| Current Version | 1.1 |
| Last Updated | 2022-12-20 |
| Publish Date | 2022-12-18 |
| Rating | 5.00/5 Total 5 Ratings |
| Developer | Shahbaz |
| [email protected] | |
| Payment Type | free |
| Supported Languages | 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"
]
} | |