paraphrasing.io

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

Qu'est-ce que paraphrasing.io ?

paraphrasing.io est une extension Chrome développée par Techlo9, et sa fonction principale est "paraphrasing.io is an online tool that Paraphrase the selected text.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension paraphrasing.io

Téléchargez les fichiers d'extension paraphrasing.io au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom paraphrasing.io paraphrasing.io
ID gndlahfkkmgaanliojbppponkcpohhnm
URL Officiel https://chromewebstore.google.com/detail/paraphrasingio/gndlahfkkmgaanliojbppponkcpohhnm
Description paraphrasing.io is an online tool that Paraphrase the selected text.
Taille du Fichier 47.5 KB
Nombre d'Installations 3,181
Version Actuelle 0.0.1
Dernière Mise à Jour 2021-10-20
Date de Publication 2021-10-19
Évaluation 5.00/5 Total 3 Évaluations
Développeur Techlo9
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://paraphrasing.io/
Langues Prises en Charge 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"
}