Write Brain: AI Writing Assistant

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

O que é Write Brain: AI Writing Assistant?

Write Brain: AI Writing Assistant é uma extensão do Chrome desenvolvida por https://writebrain.io, e sua principal característica é "Fix your grammar and other writing tools on every website with the help of AI".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Write Brain: AI Writing Assistant

Baixe arquivos de extensão Write Brain: AI Writing Assistant no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Write Brain: AI Writing Assistant Write Brain: AI Writing Assistant
ID hoifabdggfdbeejjnachknneilikeobk
URL Oficial https://chromewebstore.google.com/detail/write-brain-ai-writing-as/hoifabdggfdbeejjnachknneilikeobk
Descrição Fix your grammar and other writing tools on every website with the help of AI
Tamanho do Arquivo 60.25 KB
Contagem de Instalações 65
Versão Atual 1.1.2
Última Atualização 2023-10-25
Data de Publicação 2023-09-21
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor https://writebrain.io
Email [email protected]
Tipo de Pagamento in_app
Site da Extensão https://writebrain.io
URL da Página de Ajuda https://writebrain.io/support
URL da Página de Política de Privacidade https://writebrain.io/privacy-policy
Idiomas Suportados 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}