typemate.ai

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

Cos'è typemate.ai?

typemate.ai è un'estensione di Chrome sviluppata da Stead, e la sua funzione principale è "Experience the convenience of accessing ChatGPT's response on any website with just a simple click.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione typemate.ai

Scarica i file di estensione typemate.ai in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome typemate.ai typemate.ai
ID onbjemmkpiagcjdedmclalmlloeiiikd
URL Ufficiale https://chromewebstore.google.com/detail/typemateai/onbjemmkpiagcjdedmclalmlloeiiikd
Descrizione Experience the convenience of accessing ChatGPT's response on any website with just a simple click.
Dimensione del File 1.2 MB
Conteggio Installazioni 17
Versione Corrente 0.0.5
Ultimo Aggiornamento 2023-05-25
Data di Pubblicazione 2023-04-15
Sviluppatore Stead
Email [email protected]
Tipo di Pagamento in_app
Sito Web dell'Estensione https://typemate.ai
Lingue Supportate 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"
            ]
        }
    ]
}