VoiceFiller Speech To Text for Website Forms

VoiceFiller - Fill the website forms and inputs with your voice, via latest Speech To Text technology, for Free

Qu'est-ce que VoiceFiller Speech To Text for Website Forms ?

VoiceFiller Speech To Text for Website Forms est une extension Chrome développée par Silviu Stroe, et sa fonction principale est "VoiceFiller - Fill the website forms and inputs with your voice, via latest Speech To Text technology, for Free".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension VoiceFiller Speech To Text for Website Forms

Téléchargez les fichiers d'extension VoiceFiller Speech To Text for Website Forms au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        VoiceFiller is a Speech to Text extension that uses the latest Speech Recognition API natively available in modern browsers, that helps you fill the website forms. There are no cloud APIs or 3rd party services for this. You can use it for free, without any ads for unlimited transcriptions.                    

Informations de Base sur l'Extension

Nom VoiceFiller Speech To Text for Website Forms VoiceFiller Speech To Text for Website Forms
ID mgafhkmkdcbkjajcblfijmlpiknfhffl
URL Officiel https://chromewebstore.google.com/detail/voicefiller-speech-to-tex/mgafhkmkdcbkjajcblfijmlpiknfhffl
Description VoiceFiller - Fill the website forms and inputs with your voice, via latest Speech To Text technology, for Free
Taille du Fichier 115 KB
Nombre d'Installations 1,072
Version Actuelle 0.0.0.13
Dernière Mise à Jour 2021-03-06
Date de Publication 2020-02-16
Évaluation 3.13/5 Total 8 Évaluations
Développeur Silviu Stroe
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://silviustroe.com/
URL de la Page d'Aide https://silviustroe.com/contact
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "VoiceFiller Speech To Text for Website Forms",
    "short_name": "VoiceFiller",
    "description": "VoiceFiller - Fill the website forms and inputs with your voice, via latest Speech To Text technology, for Free",
    "version": "0.0.0.13",
    "icons": {
        "16": "icons\/favicon16.png",
        "48": "icons\/favicon48.png",
        "128": "icons\/favicon128.png"
    },
    "browser_action": {
        "default_icon": "icons\/favicon128.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/contentScript.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "js\/background.js",
            "js\/chrome-extension-async.js"
        ],
        "persistent": false,
        "run_at": "document_idle"
    },
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "commands": {
        "toggle-feature-foo": {
            "suggested_key": {
                "default": "Alt+R",
                "mac": "Alt+R"
            },
            "description": "Start speech to text"
        }
    }
}