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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        🌟 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"
    }
}