typemate.ai

Experience the convenience of accessing ChatGPT's response on any website with just a simple click.

什么是typemate.ai?

typemate.ai是由Stead开发的Chrome扩展程序,该扩展的主要功能是“Experience the convenience of accessing ChatGPT's response on any website with just a simple click.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载typemate.ai扩展crx文件

下载typemate.ai扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Experience the convenience of accessing ChatGPT's response on any website with just a simple click of (Cmd/Ctrl)+I. This innovative feature is compatible with popular websites such as Google, Gmail, and over 10 million other websites. With this tool, you can easily obtain ChatGPT's expert response to any text found on the internet, whether it be for composition, paraphrasing, summarisation, translation, or elucidation purposes. Say goodbye to the hassle of switching between multiple tabs and windows, and streamline your workflow with ChatGPT's seamless integration into your browsing experience.                    

扩展基本信息

名称 typemate.ai typemate.ai
ID onbjemmkpiagcjdedmclalmlloeiiikd
官方URL https://chromewebstore.google.com/detail/typemateai/onbjemmkpiagcjdedmclalmlloeiiikd
简介 Experience the convenience of accessing ChatGPT's response on any website with just a simple click.
文件大小 1.2 MB
安装次数 17
当前版本 0.0.5
更新时间 2023-05-25
上架时间 2023-04-15
开发者 Stead
电子邮箱 [email protected]
付费类型 in_app
扩展官网 https://typemate.ai
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.00ac8b83.png",
        "32": "icon32.plasmo.9ad0c5b6.png",
        "48": "icon48.plasmo.cae3a6b3.png",
        "64": "icon64.plasmo.e4b604fc.png",
        "128": "icon128.plasmo.b89b7dfa.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.00ac8b83.png",
            "32": "icon32.plasmo.9ad0c5b6.png",
            "48": "icon48.plasmo.cae3a6b3.png",
            "64": "icon64.plasmo.e4b604fc.png",
            "128": "icon128.plasmo.b89b7dfa.png"
        },
        "default_popup": "popup.html"
    },
    "version": "0.0.5",
    "author": "stead",
    "name": "typemate.ai",
    "description": "Experience the convenience of accessing ChatGPT's response on any website with just a simple click.",
    "background": {
        "service_worker": "background.5fadff2f.js"
    },
    "permissions": [
        "storage",
        "contextMenus",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "all-urls.2bb79c66.js"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "css": []
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "Utils.859fe29e.js"
            ],
            "css": []
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "plasmo-overlay.bf25da24.js"
            ],
            "css": [
                "font.ccfa1487.css"
            ]
        }
    ],
    "host_permissions": [
        ""
    ],
    "commands": {
        "open-model": {
            "suggested_key": {
                "default": "Ctrl+I"
            },
            "description": "Run typemate.ai on the current page."
        }
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "HelveticaNowDisplay-Medium.2b3dc7e9.ttf",
                "HelveticaNowDisplay-Medium.f6007d59.woff",
                "HelveticaNowDisplay-ExtraBold.5ee12cef.woff2",
                "HelveticaNowDisplay-ExtraBold.3b2d58e2.woff",
                "HelveticaNowDisplay-ExtraBold.e4400e79.ttf",
                "HelveticaNowText-Regular.d8cfaf3c.ttf",
                "HelveticaNowText-Regular.8ac6268f.woff",
                "HelveticaNowDisplay-Bold.866fc65c.woff2",
                "HelveticaNowDisplay-Bold.37571d36.woff",
                "HelveticaNowDisplay-Bold.66c95302.ttf",
                "HelveticaNowText-Medium.323acf90.ttf",
                "HelveticaNowText-Medium.a7aca708.woff",
                "HelveticaNowTextBd.ef04f237.ttf",
                "HelveticaNowTextBd.0d35fcd1.woff",
                "HelveticaNowTextBd.218d951b.woff2",
                "plasmo-overlay.b5a63de5.css"
            ]
        }
    ]
}