paraphrasing.io

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

Co to jest paraphrasing.io?

paraphrasing.io to rozszerzenie Chrome opracowane przez Techlo9, a jego główną funkcją jest „paraphrasing.io is an online tool that Paraphrase the selected text.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia paraphrasing.io

Pobierz pliki rozszerzeń paraphrasing.io w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa paraphrasing.io paraphrasing.io
ID gndlahfkkmgaanliojbppponkcpohhnm
Oficjalny URL https://chromewebstore.google.com/detail/paraphrasingio/gndlahfkkmgaanliojbppponkcpohhnm
Opis paraphrasing.io is an online tool that Paraphrase the selected text.
Rozmiar pliku 47.5 KB
Liczba instalacji 3,181
Aktualna Wersja 0.0.1
Ostatnia Aktualizacja 2021-10-20
Data Publikacji 2021-10-19
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper Techlo9
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://paraphrasing.io/
Obsługiwane Języki 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"
}