Promptheus - Converse with ChatGPT

Use your voice to talk to ChatGPT with the spacebar! 🎤

Was ist Promptheus - Converse with ChatGPT?

Promptheus - Converse with ChatGPT ist eine Chrome-Erweiterung, die von chatgpt.profession entwickelt wurde, und ihr Hauptmerkmal ist "Use your voice to talk to ChatGPT with the spacebar! 🎤".

Erweiterungsscreenshots

screenshot

Promptheus - Converse with ChatGPT-Erweiterungs-CRX-Datei herunterladen

Laden Sie Promptheus - Converse with ChatGPT-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Use the spacebar to use your voice to talk to ChatGPT, instead of typing. Enjoy faster, more fluent conversations not limited by the speed of your keyboard!

Instructions: 
0. Use Chrome for best results.
1. Visit https://chat.openai.com/chat 
2. Hold Spacebar and talk to chatGPT (or interrupt and record again).
3. Customize your options in the top right by clicking 'Promptheus Options'

Need help? Watch this first: https://youtu.be/-lQBMjO3W1o
Enjoying the extension? Help me out by leaving a review. It really encourages me to build more, fix bugs and enjoy life.

Have suggestions or want to team up? Reach out to @dougiesilkstone on twitter or email [email protected]


Promptheus Update: v1.0.4 :: 11th December 2023.

Tipping Mode; 'Tip' GPT for a job well done using the button in the top right.  After a good answer, 'tip' GPT and it should continue to give more high quality answers.

Custom Push-to-talk Hotkey - You can now set a custom push-to-talk key in Settings. The default is Spacebar, but if that's causing you problems (like opening a file upload prompt every time, consider changing. My new key is Right Alt :))

Settings Now Save Across Sessions - Fixed a bug that was stopping settings from being saved across sessions :)

Fixed Various bugs.

Thanks again for using this extension; The one year birthday is coming up, and I'm very happy for all the feedback you've been giving.

PS. I hate to ask, but if you're enjoying Promptheus, please consider leaving a 5 star review on the Chrome Web Store. It really helps me out!

PPS. If you're not enjoying Promptheus, please let me know why! I'm always looking to improve.


v.1.0.0
Promptheus v.1.0.0 is here! 

Text-to-speech: You asked for it, so it's here. Disable / Enable with 

New UI - UI has been updated to be more obvious when you're recording, and what you're saying. It's a lot more intuitive so let me know how you get on and whether it's an improvement or not.

Interrupt Flow  - Hold down spacebar and start talking and your currently generated conversation will stop in its tracks. This is my favourite feature for having fast conversations - I hope you'll like it.

Known Bugs: When Advanced Data Analysis mode is activated, Spacebar will trigger the dialog. I'm in the process of sorting this but if anyone has a fix, please contribute :)

As a workaround for this, upload a text file or just... dont use ADA. Sorry!


v 0.0.31
Fixed a pesky hot reloading but that was crashing the app if you swapped too many tabs in quick succession.

v 0.0.29
Fixed! Wasn't loading because of a change from openai on the chat url. Sorry for the weekend inconvenience. (:

v.0.028
- Fixed autosend messages introduced by change in chat.openai site

Added support for Japanese, Chinese languages. Please test and let me know if they work. (I'd love to see some videos. Tag me on twitter @dougiesilkstone)

v0.0.26
- Minor fixes.

v.0.025
- Further improvements to speech recognition :)

v.0.0.23
- Bug fixes. Whilst taking a pause whilst speaking, you won't get cut off prematurely anymore, Hold that spacebar as long as you like, and release to send.

v.0.0.23
- How is it working for you? Added reminder to leave a review :)

v.0.0.22 
- ChatGPT now available in Ukraine! - Updated to include uk-UA language options

v0.0.21 
- Multi-language Support: Over 40 languages supported now. Select from options in the top right.
- New Visuals 
- No more awful bouncing UI 
- Laying the groundwork for new features 🎟
- New Feature: Custom Conversation Prefixes 🎟


v0.0.18
- Only activates voice when the text input bar isn't focused (now you can type and talk without it crashing!)
- Clicking the extension button in the top right will open up ChatGPT in a a popup so you can browse from anywhere. (Voice is only available by visiting the website directly; iframe issues)                    

Grundlegende Informationen zur Erweiterung

Name Promptheus - Converse with ChatGPT Promptheus - Converse with ChatGPT
ID eipjdkbchadnamipponehljdnflolfki
Offizielle URL https://chromewebstore.google.com/detail/promptheus-converse-with/eipjdkbchadnamipponehljdnflolfki
Beschreibung Use your voice to talk to ChatGPT with the spacebar! 🎤
Dateigröße 381 KB
Installationsanzahl 23,328
Aktuelle Version 1.0.5
Letztes Update 2024-01-09
Veröffentlichungsdatum 2022-12-07
Bewertung 3.74/5 Insgesamt 87 Bewertungen
Entwickler chatgpt.profession
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://x.withseismic.com
Hilfeseite URL https://x.withseismic.com
URL der Datenschutzrichtlinien-Seite https://withseismic.com/privacy-policy
Unterstützte Sprachen en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Promptheus - Converse with ChatGPT",
    "version": "1.0.5",
    "description": "Use your voice to talk to ChatGPT with the spacebar! \ud83c\udfa4",
    "action": {
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "background": {
        "service_worker": ".\/js\/serviceWorker.js",
        "type": "module"
    },
    "icons": {
        "16": ".\/icons\/icon-16.png",
        "48": ".\/icons\/icon-48.png",
        "128": ".\/icons\/icon-128.png"
    },
    "permissions": [
        "storage",
        "webRequest"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                ".\/js\/content.js"
            ]
        }
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "resources": [
                "js\/indexHtml.js",
                "js\/onInstalled.js",
                "js\/options.js",
                "js\/popup.js",
                "js\/serviceWorker.js",
                "js\/webComponent.js"
            ]
        }
    ]
}