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

VoiceFiller Speech To Text for Website Formsとは何ですか?

VoiceFiller Speech To Text for Website FormsはSilviu Stroeによって開発されたChromeの拡張機能で、その主な機能は「VoiceFiller - Fill the website forms and inputs with your voice, via latest Speech To Text technology, for Free」です。

拡張機能のスクリーンショット

screenshot
screenshot

VoiceFiller Speech To Text for Website Forms拡張機能のCRXファイルをダウンロード

VoiceFiller Speech To Text for Website Forms拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 VoiceFiller Speech To Text for Website Forms VoiceFiller Speech To Text for Website Forms
ID mgafhkmkdcbkjajcblfijmlpiknfhffl
公式URL https://chromewebstore.google.com/detail/voicefiller-speech-to-tex/mgafhkmkdcbkjajcblfijmlpiknfhffl
説明 VoiceFiller - Fill the website forms and inputs with your voice, via latest Speech To Text technology, for Free
ファイルサイズ 115 KB
インストール数 1,072
現在のバージョン 0.0.0.13
最終更新日 2021-03-06
公開日 2020-02-16
評価 3.13/5 合計 8 レビュー
開発者 Silviu Stroe
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://silviustroe.com/
ヘルプページのURL https://silviustroe.com/contact
対応言語 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"
        }
    }
}