Voice Darts

Revamp your darts game with Nakka's Google Extension! Record scores with your voice, not keyboard.

O que é Voice Darts?

Voice Darts é uma extensão do Chrome desenvolvida por dartsvoice, e sua principal característica é "Revamp your darts game with Nakka's Google Extension! Record scores with your voice, not keyboard.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Voice Darts

Baixe arquivos de extensão Voice Darts no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Are you tired of the hassle of manual scorekeeping during dart games? 🎯 Introducing the must-have tool for all dart players: the Google Chrome extension that automatically records your score! 🤩 
With just your voice, this app recognizes the number you say and adds it to the scoreboard, making scorekeeping effortless and error-free. 🙌

BENEFITS:
- Pleasant to use 😊
- Time efficiency ⏰
- Free for anyone 🆓
- Works like magic 🧙‍♂️
- All languages supported 🌍

Plus, with support for 32 languages and many dialects, you can enjoy the benefits of this extension no matter where you are in the world. 
LANGUAGES:
🇿🇦 🇮🇩 🇲🇾 🇨🇦 🇨🇿 🇩🇪 🇪🇸  🇫🇷  🇭🇷 🇿🇦 🇮🇸 🇮🇹 🇭🇺 🇳🇱 🇳🇴 🇵🇱 🇵🇹 🇷🇴 🇸🇰 🇫🇮 🇸🇪 🇹🇷  🇧🇬 🇷🇺 🇷🇸 🇰🇷 🇨🇳 🇯🇵 🏴‍☠️

While currently only available for the Nakka (https://nakka.com/n01/app/) application, the future holds exciting plans for expansion to other web apps. So why wait? It's FREE! 💰 Download this extension now and take your dart game to the next level! 🎯

Currently there is one problem with recognizing numbers from 1 to 9. You can solve the problem by saying "03" instead of "3".                    

Informações Básicas da Extensão

Nome Voice Darts Voice Darts
ID ddhakfmfbeeeajonamdnceanogbfmiec
URL Oficial https://chromewebstore.google.com/detail/voice-darts/ddhakfmfbeeeajonamdnceanogbfmiec
Descrição Revamp your darts game with Nakka's Google Extension! Record scores with your voice, not keyboard.
Tamanho do Arquivo 12.66 KB
Contagem de Instalações 188
Versão Atual 1.3
Última Atualização 2023-04-12
Data de Publicação 2023-03-14
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor dartsvoice
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Voice Darts",
    "description": "Revamp your darts game with Nakka's Google Extension! Record scores with your voice, not keyboard.",
    "version": "1.3",
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_icon": "dart.png",
        "default_title": "...",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "popup.css",
                "popup.js",
                "lang.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/nakka.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}