Paraphrasing

Boost your text with our free, AI-driven extension for rephrasing, paraphrasing, and rewriting

Co to jest Paraphrasing?

Paraphrasing to rozszerzenie Chrome opracowane przez jeff38399green, a jego główną funkcją jest „Boost your text with our free, AI-driven extension for rephrasing, paraphrasing, and rewriting”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Paraphrasing

Pobierz pliki rozszerzeń Paraphrasing 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 is a free Chrome extension that leverages AI power to rephrase, reword, and rewrite your content

Improve your writing experience with our AI-powered rewriting tool designed for all your content needs. Whether you're struggling with writer's block, want to eliminate plagiarism, or want to improve the fluency of your writing, Paraphrase is your ultimate solution.                    

Podstawowe informacje o rozszerzeniu

Nazwa Paraphrasing Paraphrasing
ID gbblnlmcfebhgojhlpmeellhlmjahpmi
Oficjalny URL https://chromewebstore.google.com/detail/paraphrasing/gbblnlmcfebhgojhlpmeellhlmjahpmi
Opis Boost your text with our free, AI-driven extension for rephrasing, paraphrasing, and rewriting
Rozmiar pliku 354 KB
Liczba instalacji 1,662
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2023-05-14
Data Publikacji 2023-05-05
Ocena 5.00/5 Łącznie 10 Oceny
Deweloper jeff38399green
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://lampabar.com/etc/pages/privacy.html
Obsługiwane Języki id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "1.0.0",
    "manifest_version": 3,
    "icons": {
        "16": "icon.png",
        "32": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "default_locale": "en",
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}