paraphrasing.io

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

Cos'è paraphrasing.io?

paraphrasing.io è un'estensione di Chrome sviluppata da Techlo9, e la sua funzione principale è "paraphrasing.io is an online tool that Paraphrase the selected text.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione paraphrasing.io

Scarica i file di estensione paraphrasing.io in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome paraphrasing.io paraphrasing.io
ID gndlahfkkmgaanliojbppponkcpohhnm
URL Ufficiale https://chromewebstore.google.com/detail/paraphrasingio/gndlahfkkmgaanliojbppponkcpohhnm
Descrizione paraphrasing.io is an online tool that Paraphrase the selected text.
Dimensione del File 47.5 KB
Conteggio Installazioni 3,181
Versione Corrente 0.0.1
Ultimo Aggiornamento 2021-10-20
Data di Pubblicazione 2021-10-19
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore Techlo9
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://paraphrasing.io/
Lingue Supportate 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"
}