TLDR: AI dictionary

A convenient AI-powered dictionary

TLDR: AI dictionaryとは何ですか?

TLDR: AI dictionaryはShahbazによって開発されたChromeの拡張機能で、その主な機能は「A convenient AI-powered dictionary」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

TLDR: AI dictionary拡張機能のCRXファイルをダウンロード

TLDR: AI dictionary拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 TLDR: AI dictionary TLDR: AI dictionary
ID ilngbocobgaemijmabhddjbeidhncaco
公式URL https://chromewebstore.google.com/detail/tldr-ai-dictionary/ilngbocobgaemijmabhddjbeidhncaco
説明 A convenient AI-powered dictionary
ファイルサイズ 536 KB
インストール数 93
現在のバージョン 1.1
最終更新日 2022-12-20
公開日 2022-12-18
評価 5.00/5 合計 5 レビュー
開発者 Shahbaz
Eメール [email protected]
支払い方法 free
対応言語 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"
    ]
}