Franz AI Text Rewriter

A Chrome extension to rewrite text using OpenAI API.

Co je Franz AI Text Rewriter?

Franz AI Text Rewriter je rozšíření Chrome vyvinuté https://fullstackoptimization.com, a jeho hlavní funkcí je „A Chrome extension to rewrite text using OpenAI API.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Franz AI Text Rewriter

Stáhněte si soubory rozšíření Franz AI Text Rewriter 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í

                        Now with 10k free rewrites per user!

Introducing Franz AI Rewriter, a powerful browser extension designed for content creators and developers alike. This handy tool allows users to rewrite content on any webpage and preview the results in place, leveraging advanced AI models like GPT-3.5 Turbo and GPT-4. Simply select the text, right-click, and choose the rewriting option from the context menu. Franz AI Rewriter offers a reliable and efficient solution to explore AI-driven content transformation, making it an indispensable asset for anyone working with text. Experience the benefits of AI-powered text rewriting with Franz AI Rewriter today!                    

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

Název Franz AI Text Rewriter Franz AI Text Rewriter
ID lclcncbdhfpolppomniofbkiaaebaefg
Oficiální URL https://chromewebstore.google.com/detail/franz-ai-text-rewriter/lclcncbdhfpolppomniofbkiaaebaefg
Popis A Chrome extension to rewrite text using OpenAI API.
Velikost souboru 22.44 KB
Počet instalací 817
Aktuální Verze 1.0.6
Poslední Aktualizace 2023-05-22
Datum Vydání 2023-05-04
Hodnocení 3.67/5 Celkem 3 Hodnocení
Vývojář https://fullstackoptimization.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/franzenzenhofer/rewriteai
URL Stránky Nápovědy https://github.com/franzenzenhofer/rewriteai
URL Stránky Zásad Ochrany Soukromí https://github.com/franzenzenhofer/f19n-obtrusive-livetest/blob/master/privacy.md
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Franz AI Text Rewriter",
    "version": "1.0.6",
    "description": "A Chrome extension to rewrite text using OpenAI API.",
    "action": {
        "default_popup": "options.html",
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "options_page": "options.html",
    "permissions": [
        "storage",
        "scripting",
        "contextMenus"
    ],
    "host_permissions": [
        "https:\/\/api.openai.com\/",
        ""
    ],
    "background": {
        "service_worker": "service_worker.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "pulsating.css",
                "timer.js",
                "overlay.js",
                "replace.js"
            ],
            "matches": [
                ""
            ],
            "use_dynamic_url": true
        }
    ]
}