Write Brain: AI Writing Assistant

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

Co to jest Write Brain: AI Writing Assistant?

Write Brain: AI Writing Assistant to rozszerzenie Chrome opracowane przez https://writebrain.io, a jego główną funkcją jest „Fix your grammar and other writing tools on every website with the help of AI”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Write Brain: AI Writing Assistant

Pobierz pliki rozszerzeń Write Brain: AI Writing Assistant w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Write Brain: AI Writing Assistant Write Brain: AI Writing Assistant
ID hoifabdggfdbeejjnachknneilikeobk
Oficjalny URL https://chromewebstore.google.com/detail/write-brain-ai-writing-as/hoifabdggfdbeejjnachknneilikeobk
Opis Fix your grammar and other writing tools on every website with the help of AI
Rozmiar pliku 60.25 KB
Liczba instalacji 65
Aktualna Wersja 1.1.2
Ostatnia Aktualizacja 2023-10-25
Data Publikacji 2023-09-21
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper https://writebrain.io
E-mail [email protected]
Typ Płatności in_app
Strona Rozszerzenia https://writebrain.io
Adres URL Strony Pomocy https://writebrain.io/support
Adres URL Strony Polityki Prywatności https://writebrain.io/privacy-policy
Obsługiwane Języki 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}