Spellbook for OpenAI Chat

Quickly cast a spell in chat

Qu'est-ce que Spellbook for OpenAI Chat ?

Spellbook for OpenAI Chat est une extension Chrome développée par mis101247, et sa fonction principale est "Quickly cast a spell in chat".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Spellbook for OpenAI Chat

Téléchargez les fichiers d'extension Spellbook for OpenAI Chat au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        This tool helps users quickly send selected text to ChatGPT for processing. Users simply right-click on the selected text, choose Send to ChatGPT, and ChatGPT will process the text and return the results. This tool saves users time on typing and searching for information, while also improving their work efficiency.

If you have any questions or feedback, please feel free to contact us. We are happy to assist you.                    

Informations de Base sur l'Extension

Nom Spellbook for OpenAI Chat Spellbook for OpenAI Chat
ID dkjphoginefnolhlimdopaflffoddffo
URL Officiel https://chromewebstore.google.com/detail/spellbook-for-openai-chat/dkjphoginefnolhlimdopaflffoddffo
Description Quickly cast a spell in chat
Taille du Fichier 136 KB
Nombre d'Installations 171
Version Actuelle 0.1.4
Dernière Mise à Jour 2023-04-13
Date de Publication 2023-03-07
Développeur mis101247
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://mis101247.github.io/chromeWebStore/privacyPolicy2023.html
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Spellbook for OpenAI Chat",
    "description": "Quickly cast a spell in chat",
    "version": "0.1.4",
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "action": {
        "default_popup": "popup\/index.html"
    },
    "content_scripts": [
        {
            "js": [
                "openai\/action.js"
            ],
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ]
        }
    ]
}