Type Genius

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

Type Genius là gì?

Type Genius là một tiện ích mở rộng Chrome được phát triển bởi m4tuna, và tính năng chính của nó là "An AI-powered Chrome extension that auto completes your whole world".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Type Genius

Tải xuống các tệp mở rộng Type Genius dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Type Genius Type Genius
ID ejokcdmbiifiagicppiakpneifaofghh
URL Chính Thức https://chromewebstore.google.com/detail/type-genius/ejokcdmbiifiagicppiakpneifaofghh
Mô tả An AI-powered Chrome extension that auto completes your whole world
Kích Thước Tệp 296 KB
Số Lần Cài Đặt 85
Phiên Bản Hiện Tại 0.3.1
Cập Nhật Lần Cuối 2023-04-29
Ngày Phát Hành 2023-04-29
Đánh Giá 4.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển m4tuna
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://main--tiny-entremet-e2b781.netlify.app/
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}