TLDR: AI dictionary
A convenient AI-powered dictionary
Apa itu TLDR: AI dictionary?
TLDR: AI dictionary adalah ekstensi Chrome yang dikembangkan oleh Shahbaz, dan fitur utamanya adalah "A convenient AI-powered dictionary".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi TLDR: AI dictionary
Unduh file ekstensi TLDR: AI dictionary dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | TLDR: AI dictionary |
ID | ilngbocobgaemijmabhddjbeidhncaco |
URL Resmi | https://chromewebstore.google.com/detail/tldr-ai-dictionary/ilngbocobgaemijmabhddjbeidhncaco |
Deskripsi | A convenient AI-powered dictionary |
Ukuran File | 536 KB |
Jumlah Instalasi | 93 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2022-12-20 |
Tanggal Publikasi | 2022-12-18 |
Penilaian | 5.00/5 Total 5 Penilaian |
Pengembang | Shahbaz |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |