Spellbook for OpenAI Chat

Quickly cast a spell in chat

Wat is Spellbook for OpenAI Chat?

Spellbook for OpenAI Chat is een Chrome-extensie ontwikkeld door mis101247, en de belangrijkste functie is "Quickly cast a spell in chat".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Spellbook for OpenAI Chat

Download Spellbook for OpenAI Chat-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

                        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.                    

Basisinformatie over de Extensie

Naam Spellbook for OpenAI Chat Spellbook for OpenAI Chat
ID dkjphoginefnolhlimdopaflffoddffo
Officiële URL https://chromewebstore.google.com/detail/spellbook-for-openai-chat/dkjphoginefnolhlimdopaflffoddffo
Beschrijving Quickly cast a spell in chat
Bestandsgrootte 136 KB
Aantal Installaties 171
Huidige Versie 0.1.4
Laatst Bijgewerkt 2023-04-13
Publicatiedatum 2023-03-07
Ontwikkelaar mis101247
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://mis101247.github.io/chromeWebStore/privacyPolicy2023.html
Ondersteunde Talen 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\/*"
            ]
        }
    ]
}