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.
扩展基本信息
名称 | 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 |
电子邮箱 | [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" ] } |