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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
        }
    ]
}