Summme - Text to Speech (TTS) for AI Chatbots

Add natural language TTS to your favorite AI chatbot—Supports ChatGPT, Bard, Bing Chat, Claude.ai and more.

Co to jest Summme - Text to Speech (TTS) for AI Chatbots?

Summme - Text to Speech (TTS) for AI Chatbots to rozszerzenie Chrome opracowane przez Samsono, a jego główną funkcją jest „Add natural language TTS to your favorite AI chatbot—Supports ChatGPT, Bard, Bing Chat, Claude.ai and more.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Summme - Text to Speech (TTS) for AI Chatbots

Pobierz pliki rozszerzeń Summme - Text to Speech (TTS) for AI Chatbots w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        ✨ Experience seamless text-to-speech integration across multiple chatbot platforms with Summ·me! Enjoy natural voice responses while chatting with your favorite AI chatbot! 

Supported chatbots for Summme:
✦ Bard (bard.google.com)
✦ ChatGPT (chat.openai.com)
✦ Bing Chat (bing.com/chat)
✦ Claude (claude.ai) 
✦ and more...

Full list of supported chatboxes
https://tinyurl.com/summme-tts-chatboxes

Features:
✦ Automatic text-to-speech - reads AI response aloud while generating.
✦ Manual text-to-speech - highlight text and press 'Enter' to play speech.
✦ Multiple voice tones and languages to choose from.
✦ Voice speed controls.
✦ Playback buttons and keyboard shortcuts (Pause/Play, Go to Next/Previous line).  
✦ Personal greetings. Answers start with a greeting by your name.

Experimental Features:
✦ Autoscroll page to line being read
✦ Highlight text being read

Completely free and no sign ups. Try Summme  ✨⋆💬🔊 ⁺₊✧

Note: Natural language voices available for Chrome and Edge browser                    

Podstawowe informacje o rozszerzeniu

Nazwa Summme - Text to Speech (TTS) for AI Chatbots Summme - Text to Speech (TTS) for AI Chatbots
ID ehefcdakfbkmpeimjcnhdlhjhinhkhpn
Oficjalny URL https://chromewebstore.google.com/detail/summme-text-to-speech-tts/ehefcdakfbkmpeimjcnhdlhjhinhkhpn
Opis Add natural language TTS to your favorite AI chatbot—Supports ChatGPT, Bard, Bing Chat, Claude.ai and more.
Rozmiar pliku 388 KB
Liczba instalacji 352
Aktualna Wersja 0.8.9
Ostatnia Aktualizacja 2023-12-13
Data Publikacji 2023-03-13
Ocena 4.31/5 Łącznie 13 Oceny
Deweloper Samsono
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://summ.me/privacy
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Summme - Text to Speech (TTS) for AI Chatbots",
    "icons": {
        "128": "images\/logo.png"
    },
    "manifest_version": 3,
    "version": "0.8.9",
    "description": "Add natural language TTS to your favorite AI chatbot\u2014Supports ChatGPT, Bard, Bing Chat, Claude.ai and more.",
    "permissions": [
        "storage",
        "activeTab"
    ],
    "action": {
        "default_popup": "newsletter.html",
        "default_icon": {
            "128": "images\/logo.png"
        }
    },
    "commands": {
        "playback-pause-play": {
            "suggested_key": {
                "default": "Alt+S"
            },
            "description": "Playback Pause\/Play"
        },
        "playback-next-line": {
            "suggested_key": {
                "default": "Alt+D"
            },
            "description": "Playback Next Line"
        },
        "playback-previous-line": {
            "suggested_key": {
                "default": "Alt+A"
            },
            "description": "Playback Previous Line"
        }
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "images\/logo.png",
                "images\/chrome-web-store.png",
                "images\/ms-edge-store.png",
                "rockb.ttf",
                "end-answer.mp3",
                "assets\/helpers-0ef58cb5.js",
                "assets\/content_script.js-ed5297e7.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "content_scripts": [
        {
            "js": [
                "assets\/content_script.js-loader-6daf3c44.js"
            ],
            "run_at": "document_start",
            "matches": [
                ""
            ],
            "all_frames": false,
            "css": [
                "assets\/content_script-da4aa66c.css"
            ]
        }
    ]
}