Dumb It Down

Use DumbItDown.ai to dumb text down.

Cos'è Dumb It Down?

Dumb It Down è un'estensione di Chrome sviluppata da Dumb It Down, e la sua funzione principale è "Use DumbItDown.ai to dumb text down.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Dumb It Down

Scarica i file di estensione Dumb It Down in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Dumb It Down Dumb It Down
ID fangnmncdckemlnponnhmgoipebjinlc
URL Ufficiale https://chromewebstore.google.com/detail/dumb-it-down/fangnmncdckemlnponnhmgoipebjinlc
Descrizione Use DumbItDown.ai to dumb text down.
Dimensione del File 13.77 KB
Conteggio Installazioni 1,000
Versione Corrente 1.0.0
Ultimo Aggiornamento 2023-10-05
Data di Pubblicazione 2023-02-12
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore Dumb It Down
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://dumbitdown.ai
Lingue Supportate 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"
    ]
}