PromptSave: Discover, Save & Share Prompts

Beautifully save your Chat GPT, mid-journey, Bing, or any other AI prompts you use & easily within your reach.

Что такое PromptSave: Discover, Save & Share Prompts?

PromptSave: Discover, Save & Share Prompts - это расширение Chrome, разработанное PromptSave, и его основная функция - "Beautifully save your Chat GPT, mid-journey, Bing, or any other AI prompts you use & easily within your reach.".

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

screenshot
screenshot
screenshot

Скачать файл CRX расширения PromptSave: Discover, Save & Share Prompts

Скачайте файлы расширений PromptSave: Discover, Save & Share Prompts в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        Beautifully save your Chat GPT, Mid-Journey, Stable Diffusion, or any other AI prompts you use. Right click and save anywhere on the internet to add a prompt to a folder. 
Create reusable templates with variables and organize them with folders, colors, and icons to make them easily accessible. The best part is that it's compatible with all AI tools, making it a one-stop solution for all your AI workflow needs. Whether you're a digital artist, copywriter, or productivity hacker, our extention will revolutionize your AI workflow, helping you keep your most-used prompts safe, organized, and looking great!

★ Key Features ★

✅ Discover What's Trending
✅ Right Click & Save A Prompt Anywhere On The Internet
✅ Create reusable prompts
✅ Organize with folders, colors, & icons
✅ Works with all AI tools 

**Coming Soon**

Share your prompts with your team or audience using public links
Prompt Library                    

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

Название PromptSave: Discover, Save & Share Prompts PromptSave: Discover, Save & Share Prompts
ID mbbhffbdlapeegichaomhameclefjlie
Официальный URL https://chromewebstore.google.com/detail/promptsave-discover-save/mbbhffbdlapeegichaomhameclefjlie
Описание Beautifully save your Chat GPT, mid-journey, Bing, or any other AI prompts you use & easily within your reach.
Размер файла 588 KB
Количество установок 240
Текущая Версия 1.0.0
Последнее Обновление 2023-04-04
Дата публикации 2023-03-21
Рейтинг 5.00/5 Всего 3 оценок
Разработчик PromptSave
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://promptsave.io
URL страницы помощи https://promptsave.io
URL страницы политики конфиденциальности https://promptsave.typedream.app/privacy-policy
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PromptSave: Discover, Save & Share Prompts",
    "version": "1.0.0",
    "description": "Beautifully save your Chat GPT, mid-journey, Bing, or any other AI prompts you use & easily within your reach.",
    "manifest_version": 3,
    "author": "PromptSave",
    "action": {
        "default_popup": "index.html",
        "default_title": "PromptSave"
    },
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "icon-16.png",
                "icon-48.png",
                "icon-128.png"
            ]
        }
    ],
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    }
}