Dumb It Down

Use DumbItDown.ai to dumb text down.

Dumb It Down là gì?

Dumb It Down là một tiện ích mở rộng Chrome được phát triển bởi Dumb It Down, và tính năng chính của nó là "Use DumbItDown.ai to dumb text down.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Dumb It Down

Tải xuống các tệp mở rộng Dumb It Down dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Dumb It Down Dumb It Down
ID fangnmncdckemlnponnhmgoipebjinlc
URL Chính Thức https://chromewebstore.google.com/detail/dumb-it-down/fangnmncdckemlnponnhmgoipebjinlc
Mô tả Use DumbItDown.ai to dumb text down.
Kích Thước Tệp 13.77 KB
Số Lần Cài Đặt 1,000
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2023-10-05
Ngày Phát Hành 2023-02-12
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Dumb It Down
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://dumbitdown.ai
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}