Franz AI Text Rewriter

A Chrome extension to rewrite text using OpenAI API.

什麼是Franz AI Text Rewriter?

Franz AI Text Rewriter是由https://fullstackoptimization.com開發的Chrome擴展程式,該擴展的主要功能是“A Chrome extension to rewrite text using OpenAI API.”。

擴展截圖

screenshot
screenshot
screenshot

下載Franz AI Text Rewriter擴展crx文件

下載Franz AI Text Rewriter擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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
        }
    ]
}