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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Silviu Stroe และคุณลักษณะหลักของมันคือ "VoiceFiller - Fill the website forms and inputs with your voice, via latest Speech To Text technology, for Free"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย VoiceFiller Speech To Text for Website Forms

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
        }
    }
}