TypeAI

Generate text using Chat GPT on every website input field

Apa itu TypeAI?

TypeAI adalah ekstensi Chrome yang dikembangkan oleh https://karthikponnam.dev, dan fitur utamanya adalah "Generate text using Chat GPT on every website input field".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi TypeAI

Unduh file ekstensi TypeAI dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama TypeAI TypeAI
ID epleehoimjhfndhecgchgfcdmhjanhbi
URL Resmi https://chromewebstore.google.com/detail/typeai/epleehoimjhfndhecgchgfcdmhjanhbi
Deskripsi Generate text using Chat GPT on every website input field
Ukuran File 27.84 KB
Jumlah Instalasi 55
Versi Saat Ini 1.3
Terakhir Diperbarui 2023-04-21
Tanggal Publikasi 2023-04-20
Pengembang https://karthikponnam.dev
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://typeai.karthikponnam.dev/
URL Halaman Bantuan https://typeai.karthikponnam.dev/
Bahasa yang Didukung 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"
        }
    ]
}