✨Spell – save & recall all your AI prompts

Effortlessly save & recall your ChatGPT, Stable Diffusion, Lexica and other AI prompts with shortcuts & search.

Что такое ✨Spell – save & recall all your AI prompts?

✨Spell – save & recall all your AI prompts - это расширение Chrome, разработанное https://spell.so, и его основная функция - "Effortlessly save & recall your ChatGPT, Stable Diffusion, Lexica and other AI prompts with shortcuts & search.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения ✨Spell – save & recall all your AI prompts

Скачайте файлы расширений ✨Spell – save & recall all your AI prompts в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Use shortcut to insert your saved prompts on ChatGPT or any other website: OpenAI playground, Hugging Face, Lexica, and others! It's like a password manager, but for prompts.

Here's how it works:
➡️ Focus on a text field you want to insert your prompt into (eg. in ChatGPT composer)
➡️ Click on Cmd+Shift+S (Mac) or Ctrl+Shift+S (Windows) to open Spell popup
➡️ Choose your prompt or action to perform and press Enter
✨ And voila! Your prompt is inserted and ready to use

Other features:
- Parameters - add {variables} to your prompts
- Share prompts - copy a link and share with your teammates, community, coworkers etc!
- Easily add shared prompts to your collection
- Backup to the cloud to never lose your prompts
- Add prompt description with more details
- Change keyboard shortcut to a different one

This is an early version with more features coming very soon:
- Use ChatGPT directly in Spell
- Select text and add as prompt (with shortcut and contextual action)
- Sync prompts across devices
- Markdown support
- Create automated GPT actions with text snippets
- Prompt change history
- Team collaboration
- Community prompts
- Export/import prompts from other tools

Please reach out to [email protected] to share your feedback, I'd love to know what you think!

Visit the Spell website to learn more: https://spell.so

💫 FAQ

➡️ What are the permissions requested by Spell?
Spell needs a permission to access your currently opened tab to insert your prompt into the active text field. This permission is called "Access to all browsing activity". We do not read or collect any of your browsing data! If you do not wish to use this feature, the permission can be disabled in the extension settings. 

➡️ How can I change the shortcut to open Spell? The default does not work.
You can change the shortcut in Spell Options screen (right click on the icon) or at chrome://extensions/shortcuts                    

Основная информация о расширении

Название ✨Spell – save & recall all your AI prompts ✨Spell – save & recall all your AI prompts
ID jcelkfpagdjneapbmkbkigopplaoodlj
Официальный URL https://chromewebstore.google.com/detail/%E2%9C%A8spell-%E2%80%93-save-recall-all/jcelkfpagdjneapbmkbkigopplaoodlj
Описание Effortlessly save & recall your ChatGPT, Stable Diffusion, Lexica and other AI prompts with shortcuts & search.
Размер файла 683 KB
Количество установок 146
Текущая Версия 1.2.0
Последнее Обновление 2023-04-18
Дата публикации 2023-03-14
Рейтинг 4.63/5 Всего 8 оценок
Разработчик https://spell.so
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://spell.so
URL страницы политики конфиденциальности https://dumpling.digital/privacy
Поддерживаемые языки 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": "1.2.0",
    "author": "Dumpling Digital",
    "name": "\u2728Spell \u2013 save & recall all your AI prompts",
    "description": "Effortlessly save & recall your ChatGPT, Stable Diffusion, Lexica and other AI prompts with shortcuts & search.",
    "background": {
        "service_worker": "background.5fadff2f.js"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "storage",
        "clipboardWrite",
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contents.7868605b.js"
            ],
            "css": []
        }
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvuwcxAZiLezJdgaJ1bNT5dh7Ew2BGxrzejHyJ0D2EOHTmUTkYUz466S2m+\/57\/XCZdj5YNtOflGAc3ZWnSFF\/8+TFTGapTKk5MuflflnukN8d6h8GyvJbhCs2FqH1c5WXtYKXVrbTIAzqciB2usb+\/whXmnk3XtboRTnLRVAlxJ+QrqQs9GqHpv19xME34uZtMvRUW+mwNpEIAmGKrWKmnTIXzvgOmaCRXzjr1WqUhqeONm4wUY\/rfkuqX1hY\/s+LWGMS6VR6TnFNWACxzPdfs1c286B70hqBkcg3nvKzjREkuJDKRUKOh7qa1S\/suSg+uoetzB7G6V4Tbxw25Y7dwIDAQAB",
    "default_locale": "en",
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+S",
                "mac": "Command+Shift+S",
                "windows": "Ctrl+Shift+S",
                "linux": "Ctrl+Shift+S",
                "chromeos": "Ctrl+Shift+S"
            }
        }
    }
}