TLDR: AI dictionary

A convenient AI-powered dictionary

TLDR: AI dictionary là gì?

TLDR: AI dictionary là một tiện ích mở rộng Chrome được phát triển bởi Shahbaz, và tính năng chính của nó là "A convenient AI-powered dictionary".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng TLDR: AI dictionary

Tải xuống các tệp mở rộng TLDR: AI dictionary dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên TLDR: AI dictionary TLDR: AI dictionary
ID ilngbocobgaemijmabhddjbeidhncaco
URL Chính Thức https://chromewebstore.google.com/detail/tldr-ai-dictionary/ilngbocobgaemijmabhddjbeidhncaco
Mô tả A convenient AI-powered dictionary
Kích Thước Tệp 536 KB
Số Lần Cài Đặt 93
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2022-12-20
Ngày Phát Hành 2022-12-18
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Shahbaz
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}