paraphrasing.io

paraphrasing.io is an online tool that Paraphrase the selected text.

paraphrasing.io란 무엇입니까?

paraphrasing.io은(는) Techlo9에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "paraphrasing.io is an online tool that Paraphrase the selected text."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

paraphrasing.io 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Paraphrasing.io is an online tool that Paraphrase the selected text. Our Paraphrase Tool Has An Advanced Algorithm For Paraphrasing Content Online. The Accurate Web-Based Content Spinning Was Never Possible Before The paraphrasing.lo.                    

확장 프로그램 기본 정보

이름 paraphrasing.io paraphrasing.io
ID gndlahfkkmgaanliojbppponkcpohhnm
공식 URL https://chromewebstore.google.com/detail/paraphrasingio/gndlahfkkmgaanliojbppponkcpohhnm
설명 paraphrasing.io is an online tool that Paraphrase the selected text.
파일 크기 47.5 KB
설치 횟수 3,181
현재 버전 0.0.1
최근 업데이트 2021-10-20
출시 날짜 2021-10-19
평점 5.00/5 총 3 개의 평점
개발자 Techlo9
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://paraphrasing.io/
지원되는 언어 en-US
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": "paraphrasing.io is an online tool that Paraphrase the selected text.",
    "homepage_url": "https:\/\/paraphrasing.io\/",
    "icons": {
        "128": "icons\/128.png",
        "16": "icons\/16.png",
        "48": "icons\/48.png"
    },
    "manifest_version": 2,
    "name": "paraphrasing.io",
    "permissions": [
        "activeTab",
        "contextMenus"
    ],
    "version": "0.0.1"
}