Simplify AI

Simplify text with a single click.

Qu'est-ce que Simplify AI ?

Simplify AI est une extension Chrome développée par Calix Huang, et sa fonction principale est "Simplify text with a single click.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Simplify AI

Téléchargez les fichiers d'extension Simplify AI au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Have you ever been reading something but it's just too complicated, and you can't understand it? With Simplify AI, you can *simply* highlight, right-click, and simplify the text. We simplify the text you highlighted and inject it right back into the web page.

It's as simple as that.

Built by Calix Huang (@calixo888)                    

Informations de Base sur l'Extension

Nom Simplify AI Simplify AI
ID ajjelinkcmnghbblfilfgpohdpimemoj
URL Officiel https://chromewebstore.google.com/detail/simplify-ai/ajjelinkcmnghbblfilfgpohdpimemoj
Description Simplify text with a single click.
Taille du Fichier 13.8 KB
Nombre d'Installations 488
Version Actuelle 0.0.3
Dernière Mise à Jour 2023-04-29
Date de Publication 2023-02-28
Développeur Calix Huang
Email [email protected]
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simplify AI",
    "description": "Simplify text with a single click.",
    "version": "0.0.3",
    "manifest_version": 3,
    "permissions": [
        "activeTab",
        "contextMenus"
    ],
    "icons": {
        "16": "assets\/icon.png",
        "32": "assets\/icon.png",
        "48": "assets\/icon.png",
        "128": "assets\/icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background_script.js"
    }
}