Paraphrasing

Boost your text with our free, AI-driven extension for rephrasing, paraphrasing, and rewriting

Paraphrasing란 무엇입니까?

Paraphrasing은(는) jeff38399green에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Boost your text with our free, AI-driven extension for rephrasing, paraphrasing, and rewriting"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Paraphrasing 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Paraphrasing is a free Chrome extension that leverages AI power to rephrase, reword, and rewrite your content

Improve your writing experience with our AI-powered rewriting tool designed for all your content needs. Whether you're struggling with writer's block, want to eliminate plagiarism, or want to improve the fluency of your writing, Paraphrase is your ultimate solution.                    

확장 프로그램 기본 정보

이름 Paraphrasing Paraphrasing
ID gbblnlmcfebhgojhlpmeellhlmjahpmi
공식 URL https://chromewebstore.google.com/detail/paraphrasing/gbblnlmcfebhgojhlpmeellhlmjahpmi
설명 Boost your text with our free, AI-driven extension for rephrasing, paraphrasing, and rewriting
파일 크기 354 KB
설치 횟수 1,662
현재 버전 1.0.0
최근 업데이트 2023-05-14
출시 날짜 2023-05-05
평점 5.00/5 총 10 개의 평점
개발자 jeff38399green
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://lampabar.com/etc/pages/privacy.html
지원되는 언어 id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "1.0.0",
    "manifest_version": 3,
    "icons": {
        "16": "icon.png",
        "32": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "default_locale": "en",
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}