Readefine - Reword the Internet

Turn confusing jargon into simple English, or just give the internet a fresh spin.

Readefine - Reword the Internet란 무엇입니까?

Readefine - Reword the Internet은(는) https://readefine.ai에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Turn confusing jargon into simple English, or just give the internet a fresh spin."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Readefine - Reword the Internet 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Readefine rewords the internet. 

-Dictionaries at Hyper-speed
Readefine's advanced dictionary engine lets you automatically reword thousands of words and phrases. Use your own dictionary, or opt-in to our community created dictionaries, and Readefine will reword the dictionary items faster than you can say "Wait, what does that word mean?"

-AI-Powered Rewording Magic
Ever wish the internet spoke YOUR language? With our AI-driven rewording tool, it kind of does. Whether you're translating, summarizing, or just browsing, Readefine shapes the web to suit you. Readefine AI allows you to:
* Simplify for Children, Average Adults, and ESL
* Summarize
* Complexify
* Change Tones to make text sound more professional, friendly, or even sarcastic
* Translate into many languages, including Spanish, Greek, Russian, and Latin
* Reword as a pirate, a mob boss, or Yoda
* Convert units of measurement, like Celsius to Fahrenheit

With an upgraded subscription, you can change the AI prompts to reword the internet however you'd like! Try it today!                    

확장 프로그램 기본 정보

이름 Readefine - Reword the Internet Readefine - Reword the Internet
ID odfcpcabgcopkkpicbnebpefigppfglm
공식 URL https://chromewebstore.google.com/detail/readefine-reword-the-inte/odfcpcabgcopkkpicbnebpefigppfglm
설명 Turn confusing jargon into simple English, or just give the internet a fresh spin.
파일 크기 3.08 MB
설치 횟수 137
현재 버전 5.0.0
최근 업데이트 2023-11-29
출시 날짜 2020-12-31
평점 5.00/5 총 4 개의 평점
개발자 https://readefine.ai
이메일 [email protected]
결제 유형 in_app
도움말 페이지 URL https://app.readefine.ai/?modal=contact-us
개인정보 보호 정책 페이지 URL https://app.readefine.ai?modal=privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Readefine - Reword the Internet",
    "version": "5.0.0",
    "permissions": [
        "storage"
    ],
    "description": "Turn confusing jargon into simple English, or just give the internet a fresh spin.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "assets\/popper.min.js",
                "assets\/readefine_tooltip-bundle.umd.min.js",
                "js\/content_main.js"
            ],
            "css": [
                "css\/content_main.css"
            ],
            "exclude_matches": [
                "https:\/\/app.readefine.ai\/*",
                "https:\/\/staging.readefine.ai\/*",
                "http:\/\/127.0.0.1:3000\/*"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/app.readefine.ai\/*",
                "https:\/\/staging.readefine.ai\/*"
            ],
            "js": [
                "js\/check_login_status_cs.js"
            ],
            "run_at": "document_start"
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/app.readefine.ai\/*",
            "https:\/\/staging.readefine.ai\/*",
            "http:\/\/127.0.0.1:3000\/*"
        ]
    },
    "homepage_url": "https:\/\/app.readefine.ai",
    "action": {
        "default_icon": "assets\/exticon.png",
        "default_popup": "\/popup\/build\/index.html"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "icons": {
        "16": "assets\/exticon.png",
        "48": "assets\/exticon.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/testicon.png",
                "assets\/icon.png",
                "assets\/index.css",
                "assets\/google_fonts.woff2",
                "assets\/Roboto-Light.ttf",
                "assets\/a_roboto.woff2",
                "popup\/build\/index.html",
                "css\/content_main.css",
                "select-to-readefine\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhEbqTz9qE1dIQOIwmJRIt5\/2+YtwpCZnQ+hy9sSAIa8Gz10jZH0mFqqjv8gGtUzxakSTuvTJyyUMzhivqRYQZHFtXzaXm3YG8leY2tx98msG0SoiOuIxLZMcHCEjwha8hzBUUB1bVAkPkz6+nv+O7HDCZLE7htLKPQm5iPIoEbgCyAMcP6o0xyc7Tnkkm9\/PbzlDP424BwkNItvYHelaXj+89qN8PBEx1r6tj5vJOe24kUF8tQOLmaliuFMcNBLAB4y06b1btieXDeYMS8WhFPANMmauaSyK2LSi6IrIKunLHiFF9U1XELM89kXN++Tpu5fCaZZ6OVfGAwWOETb3YQIDAQAB"
}