Voice Text Zulu

A simple Voice To Text Google Chrome Extension to optimize your daily work flow

Voice Text Zuluคืออะไร?

Voice Text Zulu เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mikemillercwd และคุณลักษณะหลักของมันคือ "A simple Voice To Text Google Chrome Extension to optimize your daily work flow"

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Voice Text Zulu

ดาวน์โหลดไฟล์ส่วนขยาย Voice Text Zulu ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Voice Text Zulu - Update Summary for Version 1.2
New Features and Enhancements:
Improved Voice-to-Text Functionality Across Multiple Sites:

Enhanced compatibility with various websites, ensuring more consistent voice-to-text conversion.
Global Icon State Management:

The extension icon now correctly reflects the recording state globally, not just on a per-tab basis. This makes it easier for users to see whether the extension is actively listening for voice input.
Robust Speech Recognition Handling:

Speech recognition is now more reliable, with improved handling of start and stop commands. The extension seamlessly manages the state of the speech recognition service, even when switching between tabs.
Error Handling and Debugging:

Added comprehensive error handling for speech recognition, addressing issues like 'no-speech' errors and ensuring the extension continues to function smoothly.
Improved console logging for easier debugging and troubleshooting.
Performance Improvements:
Efficient Script Injection:

Optimized the way scripts are injected into web pages, reducing the likelihood of conflicts with site-specific scripts or policies.
Delayed Stop for Continuous Listening:

Implemented a delay mechanism that keeps the speech recognition active for a period after the last speech is detected, enhancing the user experience during continuous use.
Compatibility Notes:
The extension is now tested and confirmed to work on a wider range of websites. However, users may still experience limited functionality on sites with strict Content Security Policies (CSP) or complex input field controls, such as the main Google Search page.
Best performance is observed on sites with standard HTML input fields.
User Experience:
Users are encouraged to provide feedback on their experience with the extension, especially regarding its functionality on different websites. This feedback will be invaluable for future updates and enhancements.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Voice Text Zulu Voice Text Zulu
ID jhkihjcecoaanoilpfngimjpmindajch
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/voice-text-zulu/jhkihjcecoaanoilpfngimjpmindajch
คำอธิบาย A simple Voice To Text Google Chrome Extension to optimize your daily work flow
ขนาดไฟล์ 87.31 KB
จำนวนการติดตั้ง 19
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2023-11-15
วันที่เผยแพร่ 2023-08-19
คะแนน 5.00/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา mikemillercwd
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Voice Text Zulu",
    "version": "1.1",
    "description": "A simple Voice To Text Google Chrome Extension to optimize your daily work flow",
    "action": {
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "scripting",
        "tabs"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icon16.png",
                "icon48.png",
                "icon128.png",
                "icon-recording16.png",
                "icon-recording48.png",
                "icon-recording128.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}