Spellbook for OpenAI Chat

Quickly cast a spell in chat

What is Spellbook for OpenAI Chat?

Spellbook for OpenAI Chat is a Chrome extension developed by mis101247, and its main feature is "Quickly cast a spell in chat".

Extension Screenshots

screenshot
screenshot

Download Spellbook for OpenAI Chat Extension CRX File

Download Spellbook for OpenAI Chat extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Spellbook for OpenAI Chat Spellbook for OpenAI Chat
ID dkjphoginefnolhlimdopaflffoddffo
Official URL https://chromewebstore.google.com/detail/spellbook-for-openai-chat/dkjphoginefnolhlimdopaflffoddffo
Description Quickly cast a spell in chat
File Size 136 KB
Installation Count 171
Current Version 0.1.4
Last Updated 2023-04-13
Publish Date 2023-03-07
Developer mis101247
Email [email protected]
Payment Type free
Privacy Policy Page URL https://mis101247.github.io/chromeWebStore/privacyPolicy2023.html
Supported Languages 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\/*"
            ]
        }
    ]
}