Type Genius

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

What is Type Genius?

Type Genius is a Chrome extension developed by m4tuna, and its main feature is "An AI-powered Chrome extension that auto completes your whole world".

Extension Screenshots

screenshot

Download Type Genius Extension CRX File

Download Type Genius extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Type Genius Type Genius
ID ejokcdmbiifiagicppiakpneifaofghh
Official URL https://chromewebstore.google.com/detail/type-genius/ejokcdmbiifiagicppiakpneifaofghh
Description An AI-powered Chrome extension that auto completes your whole world
File Size 296 KB
Installation Count 85
Current Version 0.3.1
Last Updated 2023-04-29
Publish Date 2023-04-29
Rating 4.00/5 Total 1 Ratings
Developer m4tuna
Email [email protected]
Payment Type free
Extension Website https://main--tiny-entremet-e2b781.netlify.app/
Supported Languages 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"
    }
}