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
官方網址 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
電子郵箱 [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"
    }
}