paraphrasing.io

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

Hvad er paraphrasing.io?

paraphrasing.io er en Chrome-udvidelse udviklet af Techlo9, og dens hovedfunktion er "paraphrasing.io is an online tool that Paraphrase the selected text.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download paraphrasing.io-udvidelses-CRX-fil

Download paraphrasing.io-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn paraphrasing.io paraphrasing.io
ID gndlahfkkmgaanliojbppponkcpohhnm
Officiel URL https://chromewebstore.google.com/detail/paraphrasingio/gndlahfkkmgaanliojbppponkcpohhnm
Beskrivelse paraphrasing.io is an online tool that Paraphrase the selected text.
Filstørrelse 47.5 KB
Antal Installationer 3,181
Nuværende Version 0.0.1
Senest Opdateret 2021-10-20
Udgivelsesdato 2021-10-19
Bedømmelse 5.00/5 Samlet 3 Bedømmelser
Udvikler Techlo9
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://paraphrasing.io/
Understøttede Sprog 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"
}