TypeAI

Generate text using Chat GPT on every website input field

Co je TypeAI?

TypeAI je rozšíření Chrome vyvinuté https://karthikponnam.dev, a jeho hlavní funkcí je „Generate text using Chat GPT on every website input field“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření TypeAI

Stáhněte si soubory rozšíření TypeAI ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Type AI - Your Ultimate Text Generation Companion!

TypeAI is your one-stop solution for all your text generation needs.

Try TypeAI now and unlock the full potential of AI-powered text generation. Say goodbye to tedious writing tasks and let TypeAI be your ultimate text generation companion.                    

Základní Informace o Rozšíření

Název TypeAI TypeAI
ID epleehoimjhfndhecgchgfcdmhjanhbi
Oficiální URL https://chromewebstore.google.com/detail/typeai/epleehoimjhfndhecgchgfcdmhjanhbi
Popis Generate text using Chat GPT on every website input field
Velikost souboru 27.84 KB
Počet instalací 55
Aktuální Verze 1.3
Poslední Aktualizace 2023-04-21
Datum Vydání 2023-04-20
Vývojář https://karthikponnam.dev
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://typeai.karthikponnam.dev/
URL Stránky Nápovědy https://typeai.karthikponnam.dev/
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "TypeAI",
    "version": "1.3",
    "description": "Generate text using Chat GPT on every website input field",
    "icons": {
        "48": "icons\/logo.png",
        "96": "icons\/logo-96.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "action": {
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "browser-polyfill.js",
                "typeai.js"
            ],
            "run_at": "document_start"
        }
    ]
}