V2T: Voice To Text

Use speech recognition to convert your voice to text on any tab without typing

V2T: Voice To Text là gì?

V2T: Voice To Text là một tiện ích mở rộng Chrome được phát triển bởi https://artrayd.com, và tính năng chính của nó là "Use speech recognition to convert your voice to text on any tab without typing".

Ả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 V2T: Voice To Text

Tải xuống các tệp mở rộng V2T: Voice To Text 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

                        Will convert your voice to text, using Google speech recognition API. Say goodbye to typos and grammar errors.

✅ Appears as popup, no need to keep separate tab open
✅ Simple and intuitive user interface
✅ No ads and limits

What's new:
+ Improved long text support
+ Added 16 more languages

What's next:
+ Capitalisation and punctuation auto-fix
+ Notes history                    

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

Tên V2T: Voice To Text V2T: Voice To Text
ID fidgcpajdfmndoamnjlpjkofgjebjhbb
URL Chính Thức https://chromewebstore.google.com/detail/v2t-voice-to-text/fidgcpajdfmndoamnjlpjkofgjebjhbb
Mô tả Use speech recognition to convert your voice to text on any tab without typing
Kích Thước Tệp 51.57 KB
Số Lần Cài Đặt 10,000
Phiên Bản Hiện Tại 1.9
Cập Nhật Lần Cuối 2023-10-09
Ngày Phát Hành 2020-06-21
Đánh Giá 3.84/5 Tổng số 19 Đánh Giá
Nhà Phát Triển https://artrayd.com
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://docs.google.com/forms/d/e/1FAIpQLSca79rHbwLo2pIha3Xe4xTuk1W2P4WIb-CCqwgvO7l7HloYjQ/viewform?usp=sf_link
URL Trang Chính Sách Bảo Mật https://www.privacypolicies.com/live/842228e7-6de6-44da-a184-1a13f70c7feb
Ngôn Ngữ Được Hỗ Trợ id,ms,de,en,fil,fr,nl,vi,tr,es,it,hu,pl,ro,sv,cs,el,ru,uk,hi,th,ar,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.9",
    "manifest_version": 3,
    "icons": {
        "48": "img\/icon.png",
        "128": "img\/[email protected]"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "img\/vt.png",
            "32": "img\/[email protected]",
            "48": "img\/[email protected]",
            "128": "img\/[email protected]"
        }
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*.svg"
            ],
            "use_dynamic_url": true
        }
    ],
    "permissions": [
        "activeTab",
        "storage",
        "scripting"
    ],
    "background": {
        "service_worker": ".\/background.js"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+Y",
                "mac": "Command+Shift+Y",
                "chromeos": "Ctrl+Shift+Y",
                "linux": "Ctrl+Shift+Y"
            },
            "description": "Opens Voice to Text"
        }
    }
}