Simplify: Text Simplifier

Transform complex text into Plain English instantly

Simplify: Text Simplifierคืออะไร?

Simplify: Text Simplifier เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.simplifyextension.com และคุณลักษณะหลักของมันคือ "Transform complex text into Plain English instantly"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Simplify: Text Simplifier

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}