Type Genius

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

Type Geniusとは何ですか?

Type Geniusはm4tunaによって開発されたChromeの拡張機能で、その主な機能は「An AI-powered Chrome extension that auto completes your whole world」です。

拡張機能のスクリーンショット

screenshot

Type Genius拡張機能のCRXファイルをダウンロード

Type Genius拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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!                    

拡張機能の基本情報

名前 Type Genius Type Genius
ID ejokcdmbiifiagicppiakpneifaofghh
公式URL https://chromewebstore.google.com/detail/type-genius/ejokcdmbiifiagicppiakpneifaofghh
説明 An AI-powered Chrome extension that auto completes your whole world
ファイルサイズ 296 KB
インストール数 85
現在のバージョン 0.3.1
最終更新日 2023-04-29
公開日 2023-04-29
評価 4.00/5 合計 1 レビュー
開発者 m4tuna
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://main--tiny-entremet-e2b781.netlify.app/
対応言語 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"
    }
}