Simplify: Text Simplifier

Transform complex text into Plain English instantly

什么是Simplify: Text Simplifier?

Simplify: Text Simplifier是由https://www.simplifyextension.com开发的Chrome扩展程序,该扩展的主要功能是“Transform complex text into Plain English instantly”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Simplify: Text Simplifier扩展crx文件

下载Simplify: Text Simplifier扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        🌟 Simplify: Your AI-Powered Text Simplifier

Transform intricate texts into easily understandable content with Simplify! This revolutionary browser extension is your key to effortlessly deciphering challenging information. Perfect for students, professionals, researchers, and everyone in between, Simplify is your personal AI-powered tool for conquering complex text on the web.

🔍 Simplify Mode: Instantly turn complicated content into clear, concise insights. Perfect for making sense of dense websites and documents.

🤔 Explain Mode: Delve deep for thorough understanding. Ideal for exploring and grasping detailed topics.

📝 Summarize Mode: Get the gist quickly with concise summaries of lengthy material.

🎓 For Students: Effortlessly grasp academic concepts. Make studying more efficient and effective.

💼 For Professionals: Quickly interpret jargon-heavy reports and articles. Stay ahead in your field with ease.

🌍 For Non-Native English Speakers: Enhance your understanding of English content. Break down language barriers.

🔬 For Researchers & Academics: Navigate complex academic papers with simplicity. Focus on your research, not on deciphering text.

👀 For General Web Users: Make any online text more accessible. Simplify brings clarity to the web.

💡 How Simplify Works: Select complex text, click Simplify, and watch as our AI transforms it into something easy to understand. It's that simple!

✨ Why Choose Simplify? Save time, improve comprehension, and access information with ease. Simplify is more than a tool; it's your partner in understanding the complex world of text.

👉 Join the Simplify Community Today: Download now and experience the ease of comprehending complex information like never before! It's free for 20 uses a month, with optional upgrades.                    

扩展基本信息

名称 Simplify: Text Simplifier Simplify: Text Simplifier
ID geifimkfaillkbjmfkgkdabicfgnbdic
官方URL https://chromewebstore.google.com/detail/simplify-text-simplifier/geifimkfaillkbjmfkgkdabicfgnbdic
简介 Transform complex text into Plain English instantly
文件大小 6.5 MB
安装次数 859
当前版本 0.0.0.20
更新时间 2023-12-06
上架时间 2023-10-05
评分 4.94/5 共18次评分
开发者 https://www.simplifyextension.com
电子邮箱 [email protected]
付费类型 in_app
扩展官网 https://www.simplifyextension.com/
隐私政策页面URL http://simplify-backend-3b6ca0fef0b4.herokuapp.com/privacypolicy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Simplify: Text Simplifier",
    "version": "0.0.0.20",
    "description": "Transform complex text into Plain English instantly",
    "permissions": [
        "contextMenus",
        "activeTab",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/simplify-backend-3b6ca0fef0b4.herokuapp.com\/*",
        "http:\/\/simplify-backend-3b6ca0fef0b4.herokuapp.com\/*"
    ],
    "action": {
        "default_popup": "html\/popup.html"
    },
    "options_page": "html\/options.html",
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js",
                "js\/notificationHandler.js",
                "js\/youtube.js",
                "js\/article.js"
            ],
            "css": [
                "css\/styles.css"
            ]
        }
    ],
    "icons": {
        "128": "assets\/images\/icon128.png"
    }
}