typemate.ai

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

What is typemate.ai?

typemate.ai is a Chrome extension developed by Stead, and its main feature is "Experience the convenience of accessing ChatGPT's response on any website with just a simple click.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download typemate.ai Extension CRX File

Download typemate.ai 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

                        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.                    

Extension Basic Information

Name typemate.ai typemate.ai
ID onbjemmkpiagcjdedmclalmlloeiiikd
Official URL https://chromewebstore.google.com/detail/typemateai/onbjemmkpiagcjdedmclalmlloeiiikd
Description Experience the convenience of accessing ChatGPT's response on any website with just a simple click.
File Size 1.2 MB
Installation Count 17
Current Version 0.0.5
Last Updated 2023-05-25
Publish Date 2023-04-15
Developer Stead
Email [email protected]
Payment Type in_app
Extension Website https://typemate.ai
Supported Languages 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"
            ]
        }
    ]
}