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 | 
| 官方網址 | 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"
    ]
}  |  |