Parafrasear
Parafrasear is a free chrome extension for rephrasing content online, anytime, anywhere.
Parafrasear란 무엇입니까?
Parafrasear은(는) ASK SEO에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Parafrasear is a free chrome extension for rephrasing content online, anytime, anywhere."입니다.
확장 프로그램 스크린샷
Parafrasear 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Es una parafrasista gratuita que le permite parafraseo online utilizando modelos avanzados de GPT3. Es una herramienta fácil de usar que puede ayudarte a reescribir texto de cualquier idioma al español.
확장 프로그램 기본 정보
이름 | Parafrasear |
ID | dffohfjajblmphagafjeobadmacccnbc |
공식 URL | https://chromewebstore.google.com/detail/parafrasear/dffohfjajblmphagafjeobadmacccnbc |
설명 | Parafrasear is a free chrome extension for rephrasing content online, anytime, anywhere. |
파일 크기 | 2.21 MB |
설치 횟수 | 2,216 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2023-04-27 |
출시 날짜 | 2023-04-27 |
개발자 | ASK SEO |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://parafrasear.org/ |
도움말 페이지 URL | https://parafrasear.org/contacto/ |
개인정보 보호 정책 페이지 URL | https://paraphrasingtool.ai/privacy-policy |
지원되는 언어 | es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Parafrasear", "description": "Parafrasear is a free chrome extension for rephrasing content online, anytime, anywhere.", "version": "1.0.0", "content_security_policy": { "extension_pages": "script-src 'self' ; object-src 'self'" }, "action": { "default_popup": "index.html", "default_icon": { "16": "\/icons\/Icon-192.png", "32": "\/icons\/Icon-192.png", "48": "\/icons\/Icon-192.png", "128": "\/icons\/Icon-192.png" } }, "icons": { "16": "\/icons\/Icon-192.png", "32": "\/icons\/Icon-192.png", "48": "\/icons\/Icon-192.png", "128": "\/icons\/Icon-192.png" }, "manifest_version": 3, "background": { "service_worker": "eventPage.js" } } |