typemate.ai

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

Wat is typemate.ai?

typemate.ai is een Chrome-extensie ontwikkeld door Stead, en de belangrijkste functie is "Experience the convenience of accessing ChatGPT's response on any website with just a simple click.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie typemate.ai

Download typemate.ai-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam typemate.ai typemate.ai
ID onbjemmkpiagcjdedmclalmlloeiiikd
Officiële URL https://chromewebstore.google.com/detail/typemateai/onbjemmkpiagcjdedmclalmlloeiiikd
Beschrijving Experience the convenience of accessing ChatGPT's response on any website with just a simple click.
Bestandsgrootte 1.2 MB
Aantal Installaties 17
Huidige Versie 0.0.5
Laatst Bijgewerkt 2023-05-25
Publicatiedatum 2023-04-15
Ontwikkelaar Stead
E-mail [email protected]
Betalingswijze in_app
Extensiewebsite https://typemate.ai
Ondersteunde Talen 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"
            ]
        }
    ]
}