Type Genius

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

Was ist Type Genius?

Type Genius ist eine Chrome-Erweiterung, die von m4tuna entwickelt wurde, und ihr Hauptmerkmal ist "An AI-powered Chrome extension that auto completes your whole world".

Erweiterungsscreenshots

screenshot

Type Genius-Erweiterungs-CRX-Datei herunterladen

Laden Sie Type Genius-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Type Genius Type Genius
ID ejokcdmbiifiagicppiakpneifaofghh
Offizielle URL https://chromewebstore.google.com/detail/type-genius/ejokcdmbiifiagicppiakpneifaofghh
Beschreibung An AI-powered Chrome extension that auto completes your whole world
Dateigröße 296 KB
Installationsanzahl 85
Aktuelle Version 0.3.1
Letztes Update 2023-04-29
Veröffentlichungsdatum 2023-04-29
Bewertung 4.00/5 Insgesamt 1 Bewertungen
Entwickler m4tuna
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://main--tiny-entremet-e2b781.netlify.app/
Unterstützte Sprachen 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"
    }
}