Franz AI Text Rewriter

A Chrome extension to rewrite text using OpenAI API.

Franz AI Text Rewriter क्या है?

Franz AI Text Rewriter https://fullstackoptimization.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A Chrome extension to rewrite text using OpenAI API."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Franz AI Text Rewriter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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!                    

एक्सटेंशन की मूल जानकारी

नाम Franz AI Text Rewriter Franz AI Text Rewriter
ID lclcncbdhfpolppomniofbkiaaebaefg
आधिकारिक URL https://chromewebstore.google.com/detail/franz-ai-text-rewriter/lclcncbdhfpolppomniofbkiaaebaefg
विवरण A Chrome extension to rewrite text using OpenAI API.
फ़ाइल का आकार 22.44 KB
स्थापना संख्या 817
वर्तमान संस्करण 1.0.6
अंतिम अपडेट 2023-05-22
प्रकाशन तिथि 2023-05-04
रेटिंग 3.67/5 कुल 3 रेटिंग्स
डेवलपर https://fullstackoptimization.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/franzenzenhofer/rewriteai
सहायता पृष्ठ URL https://github.com/franzenzenhofer/rewriteai
गोपनीयता नीति पृष्ठ URL https://github.com/franzenzenhofer/f19n-obtrusive-livetest/blob/master/privacy.md
समर्थित भाषाएँ 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
        }
    ]
}