Dumb It Down

Use DumbItDown.ai to dumb text down.

Dumb It Downคืออะไร?

Dumb It Down เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Dumb It Down และคุณลักษณะหลักของมันคือ "Use DumbItDown.ai to dumb text down."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Dumb It Down

ดาวน์โหลดไฟล์ส่วนขยาย 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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Dumb It Down Dumb It Down
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"
    ]
}