Parafrasear

Parafrasear is a free chrome extension for rephrasing content online, anytime, anywhere.

Was ist Parafrasear?

Parafrasear ist eine Chrome-Erweiterung, die von ASK SEO entwickelt wurde, und ihr Hauptmerkmal ist "Parafrasear is a free chrome extension for rephrasing content online, anytime, anywhere.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Parafrasear-Erweiterungs-CRX-Datei herunterladen

Laden Sie Parafrasear-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Parafrasear Parafrasear
ID dffohfjajblmphagafjeobadmacccnbc
Offizielle URL https://chromewebstore.google.com/detail/parafrasear/dffohfjajblmphagafjeobadmacccnbc
Beschreibung Parafrasear is a free chrome extension for rephrasing content online, anytime, anywhere.
Dateigröße 2.21 MB
Installationsanzahl 2,216
Aktuelle Version 1.0.0
Letztes Update 2023-04-27
Veröffentlichungsdatum 2023-04-27
Entwickler ASK SEO
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://parafrasear.org/
Hilfeseite URL https://parafrasear.org/contacto/
URL der Datenschutzrichtlinien-Seite https://paraphrasingtool.ai/privacy-policy
Unterstützte Sprachen 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"
    }
}