Simplify AI

Simplify text with a single click.

What is Simplify AI?

Simplify AI is a Chrome extension developed by Calix Huang, and its main feature is "Simplify text with a single click.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Simplify AI Extension CRX File

Download Simplify AI extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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)                    

Extension Basic Information

Name Simplify AI Simplify AI
ID ajjelinkcmnghbblfilfgpohdpimemoj
Official URL https://chromewebstore.google.com/detail/simplify-ai/ajjelinkcmnghbblfilfgpohdpimemoj
Description Simplify text with a single click.
File Size 13.8 KB
Installation Count 488
Current Version 0.0.3
Last Updated 2023-04-29
Publish Date 2023-02-28
Developer Calix Huang
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}