TLDR: AI dictionary
A convenient AI-powered dictionary
什麼是TLDR: AI dictionary?
TLDR: AI dictionary是由Shahbaz開發的Chrome擴展程式,該擴展的主要功能是“A convenient AI-powered dictionary”。
擴展截圖
下載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. 擴展基本資訊
| 名稱 | |
| ID | ilngbocobgaemijmabhddjbeidhncaco |
| 官方網址 | 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 |
| 電子郵箱 | [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"
]
} | |