Parafrasear
Parafrasear is a free chrome extension for rephrasing content online, anytime, anywhere.
Parafrasearคืออะไร?
Parafrasear เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ASK SEO และคุณลักษณะหลักของมันคือ "Parafrasear is a free chrome extension for rephrasing content online, anytime, anywhere."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Parafrasear
ดาวน์โหลดไฟล์ส่วนขยาย 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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | 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" } } |