Dumb It Down
Use DumbItDown.ai to dumb text down.
什么是Dumb It Down?
Dumb It Down是由Dumb It Down开发的Chrome扩展程序,该扩展的主要功能是“Use DumbItDown.ai to dumb text down.”。
扩展截图
下载Dumb It Down扩展crx文件
下载Dumb It Down扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        Use AI to dumb text down. AI provided by OpenAI takes any piece of text and simplifies it so that anybody can understand it. 
Whether it’s a confusing definition of a scientific principle, or an unnecessarily wordy news article, don’t panic. Dumb It Down. Simple!
You can also generate a sharing link for your simplified text. 
This extension makes Dumbing It Down even quicker and easier – simply highlight the confusing text and with a couple of clicks: voila! Simple.                     扩展基本信息
| 名称 |   |  
| ID | fangnmncdckemlnponnhmgoipebjinlc | 
| 官方URL | https://chromewebstore.google.com/detail/dumb-it-down/fangnmncdckemlnponnhmgoipebjinlc | 
| 简介 | Use DumbItDown.ai to dumb text down. | 
| 文件大小 | 13.77 KB | 
| 安装次数 | 1,000 | 
| 当前版本 | 1.0.0 | 
| 更新时间 | 2023-10-05 | 
| 上架时间 | 2023-02-12 | 
| 评分 | 5.00/5 共3次评分 | 
| 开发者 | Dumb It Down | 
| 电子邮箱 | [email protected] | 
| 付费类型 | free | 
| 扩展官网 | https://dumbitdown.ai | 
| 支持的语言 | en-GB | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Dumb It Down",
    "version": "1.0.0",
    "description": "Use DumbItDown.ai to dumb text down.",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "permissions": [
        "contextMenus"
    ]
}  |  |