Type Genius

An AI-powered Chrome extension that auto completes your whole world

Wat is Type Genius?

Type Genius is een Chrome-extensie ontwikkeld door m4tuna, en de belangrijkste functie is "An AI-powered Chrome extension that auto completes your whole world".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Type Genius

Download Type Genius-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Type Genius is powered by GPT, a state-of-the-art natural language processing AI developed by OpenAI. This groundbreaking Chrome extension elevates your browsing experience by providing suggestions to complete your text in textareas across web pages. Now, you can enjoy fast, intelligent, and context-aware autocomplete suggestions for your searches, emails, social media posts, and more!                    

Basisinformatie over de Extensie

Naam Type Genius Type Genius
ID ejokcdmbiifiagicppiakpneifaofghh
Officiële URL https://chromewebstore.google.com/detail/type-genius/ejokcdmbiifiagicppiakpneifaofghh
Beschrijving An AI-powered Chrome extension that auto completes your whole world
Bestandsgrootte 296 KB
Aantal Installaties 85
Huidige Versie 0.3.1
Laatst Bijgewerkt 2023-04-29
Publicatiedatum 2023-04-29
Beoordeling 4.00/5 Totaal 1 Beoordelingen
Ontwikkelaar m4tuna
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://main--tiny-entremet-e2b781.netlify.app/
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Type Genius",
    "description": "An AI-powered Chrome extension that auto completes your whole world",
    "version": "0.3.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "serviceWorker.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ],
            "css": [
                "styles\/contentScript.css"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "action": {
        "default_title": "An AI-powered Chrome extension that auto completes your whole world",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/icons\/16x.png",
            "32": "\/icons\/32x.png",
            "48": "\/icons\/48x.png",
            "128": "\/icons\/128x.png"
        }
    },
    "icons": {
        "16": "\/icons\/16x.png",
        "32": "\/icons\/32x.png",
        "48": "\/icons\/48x.png",
        "128": "\/icons\/128x.png"
    }
}