paraphrasing.io

paraphrasing.io is an online tool that Paraphrase the selected text.

Was ist paraphrasing.io?

paraphrasing.io ist eine Chrome-Erweiterung, die von Techlo9 entwickelt wurde, und ihr Hauptmerkmal ist "paraphrasing.io is an online tool that Paraphrase the selected text.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

paraphrasing.io-Erweiterungs-CRX-Datei herunterladen

Laden Sie paraphrasing.io-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

                        Paraphrasing.io is an online tool that Paraphrase the selected text. Our Paraphrase Tool Has An Advanced Algorithm For Paraphrasing Content Online. The Accurate Web-Based Content Spinning Was Never Possible Before The paraphrasing.lo.                    

Grundlegende Informationen zur Erweiterung

Name paraphrasing.io paraphrasing.io
ID gndlahfkkmgaanliojbppponkcpohhnm
Offizielle URL https://chromewebstore.google.com/detail/paraphrasingio/gndlahfkkmgaanliojbppponkcpohhnm
Beschreibung paraphrasing.io is an online tool that Paraphrase the selected text.
Dateigröße 47.5 KB
Installationsanzahl 3,181
Aktuelle Version 0.0.1
Letztes Update 2021-10-20
Veröffentlichungsdatum 2021-10-19
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler Techlo9
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://paraphrasing.io/
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/19.png"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "description": "paraphrasing.io is an online tool that Paraphrase the selected text.",
    "homepage_url": "https:\/\/paraphrasing.io\/",
    "icons": {
        "128": "icons\/128.png",
        "16": "icons\/16.png",
        "48": "icons\/48.png"
    },
    "manifest_version": 2,
    "name": "paraphrasing.io",
    "permissions": [
        "activeTab",
        "contextMenus"
    ],
    "version": "0.0.1"
}