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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    ]
}