Paraphrasing

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

Co je Paraphrasing?

Paraphrasing je rozšíření Chrome vyvinuté jeff38399green, a jeho hlavní funkcí je „Boost your text with our free, AI-driven extension for rephrasing, paraphrasing, and rewriting“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Paraphrasing

Stáhněte si soubory rozšíření Paraphrasing ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Paraphrasing Paraphrasing
ID gbblnlmcfebhgojhlpmeellhlmjahpmi
Oficiální URL https://chromewebstore.google.com/detail/paraphrasing/gbblnlmcfebhgojhlpmeellhlmjahpmi
Popis Boost your text with our free, AI-driven extension for rephrasing, paraphrasing, and rewriting
Velikost souboru 354 KB
Počet instalací 1,662
Aktuální Verze 1.0.0
Poslední Aktualizace 2023-05-14
Datum Vydání 2023-05-05
Hodnocení 5.00/5 Celkem 10 Hodnocení
Vývojář jeff38399green
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://lampabar.com/etc/pages/privacy.html
Podporované Jazyky 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"
            ]
        }
    ]
}