typemate.ai

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

Was ist typemate.ai?

typemate.ai ist eine Chrome-Erweiterung, die von Stead entwickelt wurde, und ihr Hauptmerkmal ist "Experience the convenience of accessing ChatGPT's response on any website with just a simple click.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

typemate.ai-Erweiterungs-CRX-Datei herunterladen

Laden Sie typemate.ai-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name typemate.ai typemate.ai
ID onbjemmkpiagcjdedmclalmlloeiiikd
Offizielle URL https://chromewebstore.google.com/detail/typemateai/onbjemmkpiagcjdedmclalmlloeiiikd
Beschreibung Experience the convenience of accessing ChatGPT's response on any website with just a simple click.
Dateigröße 1.2 MB
Installationsanzahl 17
Aktuelle Version 0.0.5
Letztes Update 2023-05-25
Veröffentlichungsdatum 2023-04-15
Entwickler Stead
E-Mail [email protected]
Zahlungsart in_app
Erweiterungswebsite https://typemate.ai
Unterstützte Sprachen 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"
            ]
        }
    ]
}