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 là gì?

VoiceFiller Speech To Text for Website Forms là một tiện ích mở rộng Chrome được phát triển bởi Silviu Stroe, và tính năng chính của nó là "VoiceFiller - Fill the website forms and inputs with your voice, via latest Speech To Text technology, for Free".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng VoiceFiller Speech To Text for Website Forms

Tải xuống các tệp mở rộng VoiceFiller Speech To Text for Website Forms dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên VoiceFiller Speech To Text for Website Forms VoiceFiller Speech To Text for Website Forms
ID mgafhkmkdcbkjajcblfijmlpiknfhffl
URL Chính Thức https://chromewebstore.google.com/detail/voicefiller-speech-to-tex/mgafhkmkdcbkjajcblfijmlpiknfhffl
Mô tả VoiceFiller - Fill the website forms and inputs with your voice, via latest Speech To Text technology, for Free
Kích Thước Tệp 115 KB
Số Lần Cài Đặt 1,072
Phiên Bản Hiện Tại 0.0.0.13
Cập Nhật Lần Cuối 2021-03-06
Ngày Phát Hành 2020-02-16
Đánh Giá 3.13/5 Tổng số 8 Đánh Giá
Nhà Phát Triển Silviu Stroe
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://silviustroe.com/
URL Trang Trợ Giúp https://silviustroe.com/contact
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    }
}