Parafrasear
Parafrasear is a free chrome extension for rephrasing content online, anytime, anywhere.
Vad är Parafrasear?
Parafrasear är en Chrome-tillägg utvecklad av ASK SEO, och dess huvudfunktion är "Parafrasear is a free chrome extension for rephrasing content online, anytime, anywhere.".
Tilläggsskärmbilder
Ladda ner Parafrasear-förlängningens CRX-fil
Ladda ner Parafrasear-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | dffohfjajblmphagafjeobadmacccnbc |
| Officiell webbadress | https://chromewebstore.google.com/detail/parafrasear/dffohfjajblmphagafjeobadmacccnbc |
| Beskrivning | Parafrasear is a free chrome extension for rephrasing content online, anytime, anywhere. |
| Filstorlek | 2.21 MB |
| Antal Installationer | 2,216 |
| Aktuell Version | 1.0.0 |
| Senast Uppdaterad | 2023-04-27 |
| Publiceringsdatum | 2023-04-27 |
| Utvecklare | ASK SEO |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://parafrasear.org/ |
| Hjälpsida URL | https://parafrasear.org/contacto/ |
| URL till Sekretesspolicy Sidan | https://paraphrasingtool.ai/privacy-policy |
| Stödda Språk | 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"
}
} | |