Paraphraser

Paraphrase text online on any website with paraphraser extension...

Paraphraser란 무엇입니까?

Paraphraser은(는) enzipe.extensions에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Paraphrase text online on any website with paraphraser extension..."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Tune your words by paraphrasing through AI-based Paraphraser extension.
Paraphraser is a free chrome extension, an all-time-perfect partner for your writing issues. Its state-of-the-art NLP technology paraphrases your content on the human level. With a click, you can unleash new paradigms of creative paraphrasing and convert bland words into mesmerizing and unique scripts. Good thing is that it does not dilute the meaning of your original text while paraphrasing, thus making you convey more convincingly.

Distinct features:
•	Removes Plagiarism:
Get rid of unwanted plagiarism once and for all. Just click on the text you want to remove plagiarism.

•	High compatibility:
Paraphraser is highly compatible across all devices (OS, Android) and all types of texts such as .rtf, .txt, .docx etc.

•	Right word substitution:
Our paraphrasing tool is one of a kind in choosing the right words for you. It maintains the clarity of your text while paraphrasing by substituting exact words for your text to boost clarity.                    

확장 프로그램 기본 정보

이름 Paraphraser Paraphraser
ID kenkeoadgknhbidjgipfoganifcbbhkg
공식 URL https://chromewebstore.google.com/detail/paraphraser/kenkeoadgknhbidjgipfoganifcbbhkg
설명 Paraphrase text online on any website with paraphraser extension...
파일 크기 60.89 KB
설치 횟수 3,530
현재 버전 0.0.1
최근 업데이트 2021-08-17
출시 날짜 2021-08-17
평점 5.00/5 총 1 개의 평점
개발자 enzipe.extensions
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.paraphraser.io
개인정보 보호 정책 페이지 URL https://www.paraphraser.io/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/19.png"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "description": "Paraphrase text online on any website with paraphraser extension...",
    "homepage_url": "https:\/\/www.paraphraser.io\/",
    "icons": {
        "128": "icons\/128.png",
        "16": "icons\/16.png",
        "48": "icons\/48.png"
    },
    "manifest_version": 2,
    "name": "Paraphraser",
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/",
        "http:\/\/www.prepostseo.com\/",
        "https:\/\/www.prepostseo.com\/",
        "contextMenus"
    ],
    "version": "0.0.1"
}