Write Brain: AI Writing Assistant

Fix your grammar and other writing tools on every website with the help of AI

Write Brain: AI Writing Assistant란 무엇입니까?

Write Brain: AI Writing Assistant은(는) https://writebrain.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Fix your grammar and other writing tools on every website with the help of AI"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Write Brain: AI Writing Assistant 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Automagic creative writing assistance wherever you write on the web.

Write Brain will help you with grammar and other writing improvements whether you are posting on social media, chatting in forums, writing emails, or filling in forms.

A simple menu of writing improvement commands help you to improve your writing everywhere:
✔️ Fix grammar
📝 Improve your writing
✂️ Make your writing more compact and less verbose
🎙️ Change your tone to fit the context
🌍 Translate text to or from your home language
😀 Add emoji
🎯 and more

An easy menu toggle on every input with one-click improvements.                    

확장 프로그램 기본 정보

이름 Write Brain: AI Writing Assistant Write Brain: AI Writing Assistant
ID hoifabdggfdbeejjnachknneilikeobk
공식 URL https://chromewebstore.google.com/detail/write-brain-ai-writing-as/hoifabdggfdbeejjnachknneilikeobk
설명 Fix your grammar and other writing tools on every website with the help of AI
파일 크기 60.25 KB
설치 횟수 65
현재 버전 1.1.2
최근 업데이트 2023-10-25
출시 날짜 2023-09-21
평점 5.00/5 총 2 개의 평점
개발자 https://writebrain.io
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://writebrain.io
도움말 페이지 URL https://writebrain.io/support
개인정보 보호 정책 페이지 URL https://writebrain.io/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "short_name": "Write Brain",
    "name": "Write Brain: AI Writing Assistant",
    "version": "1.1.2",
    "action": {
        "default_icon": {
            "128": "images\/icon128.png"
        },
        "default_title": "Write Brain",
        "default_popup": "popup.html"
    },
    "author": {
        "name": "Andrew Timberlake",
        "email": "[email protected]"
    },
    "background": {
        "service_worker": "background.js"
    },
    "commands": [],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "description": "Fix your grammar and other writing tools on every website with the help of AI",
    "externally_connectable": {
        "matches": [
            "https:\/\/writebrain.io\/*",
            "https:\/\/dev.writebrain.io\/*"
        ]
    },
    "host_permissions": [
        "https:\/\/writebrain.io\/*",
        "https:\/\/dev.writebrain.io\/*"
    ],
    "icons": {
        "128": "images\/icon128.png"
    },
    "incognito": "split",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwMPbqEQMYNYQn5kjPDYHP+OOUyxN6OuDUT6YVDMlqbhjOw7WV4i8HEbuta0N4Xi7qPVDVphwiDARNwxJcM0IzhypYS8fsF3poF7VUdIBJUUCjimvVinOfTxOJkqEgxnwkqejQ0ou82uTfKea3J5PUmMu8M9UDzcKEIfpwCtff5i8QowzTRgFYCc6vcNuyoOG4blvi2RhOgggqwIexFsmh6IeG0npcLjM5JNlre1aemSgVx0cw5LEa6RliZsC201rMEuEe+h6klp4mPS7m67qa\/f0jPDajt5yn\/c+RuhH9OP5XD5swkT4YThhu8hoNXzL8BYYifSFRWwwk0s76EQc+wIDAQAB",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "permissions": [
        "storage",
        "activeTab"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*",
                "content.css"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}