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文件
下载Parafrasear扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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. 扩展基本信息
| 名称 | |
| 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"
}
} | |