Speechnotes Speech to Text

Type with your voice (speech to text) on ANY page across the web, with a click running the most accurate speech recognition tech.

Speechnotes Speech to Text là gì?

Speechnotes Speech to Text là một tiện ích mở rộng Chrome được phát triển bởi https://speechnotes.co, và tính năng chính của nó là "Type with your voice (speech to text) on ANY page across the web, with a click running the most accurate speech recognition tech.".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Speechnotes Speech to Text

Tải xuống các tệp mở rộng Speechnotes Speech 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

                        Speech to Text unleashed, type with voice anywhere across the web

Stop typing and start dictating with your voice, using the most accurate speech recognition engines

Save time and energy — type with voice on any site across the web with this all new game changer extension.

- Fast and accurate Speech Recognition
- Works on any page, including gmail and others
- Keyboard shortcut to start & pause recognition

Trusted by millions of users worldwide. We respect & protect your privacy - we use Google's speech recognition engine for Chrome and we do not collect nor share your data. 100% Satisfaction guaranteed. 

For any inquiry contact us at [email protected]                    

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

Tên Speechnotes Speech to Text Speechnotes Speech to Text
ID nncconplehmbkbhkgkodmnkfaflopkji
URL Chính Thức https://chromewebstore.google.com/detail/speechnotes-speech-to-tex/nncconplehmbkbhkgkodmnkfaflopkji
Mô tả Type with your voice (speech to text) on ANY page across the web, with a click running the most accurate speech recognition tech.
Kích Thước Tệp 12.38 MB
Số Lần Cài Đặt 24,843
Phiên Bản Hiện Tại 3.0.3
Cập Nhật Lần Cuối 2023-04-03
Ngày Phát Hành 2020-06-29
Đánh Giá 3.73/5 Tổng số 49 Đánh Giá
Nhà Phát Triển https://speechnotes.co
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://speechnotes.co/x/
URL Trang Trợ Giúp https://speechnotes.co/
URL Trang Chính Sách Bảo Mật https://speechnotes.co
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Speechnotes Speech to Text",
    "short_name": "Speechnotes",
    "version": "3.0.3",
    "description": "Type with your voice (speech to text) on ANY page across the web, with a click running the most accurate speech recognition tech.",
    "options_page": "tutorial.html",
    "content_scripts": [
        {
            "all_frames": false,
            "matches": [
                ""
            ],
            "exclude_matches": [
                "https:\/\/speechnotes.co\/"
            ],
            "js": [
                "content.min.js"
            ],
            "css": [
                "sn_plugin.css"
            ]
        }
    ],
    "background": {
        "service_worker": "bgService.min.js"
    },
    "action": {
        "default_icon": "images\/ic_mic_black_36dp.png",
        "default_title": "Speechnotes - Tap to Start"
    },
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "icons": {
        "128": "icon2_128.png",
        "256": "icon_256.png",
        "1024": "icon_1024.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoaiEyhpXuGxc2Xz4jo\/s0\/eJdxpabloiE9U89heoMGE92Chvl6TEfouU9cMwSPy8NKjMhFeKb8Fq0eX7XV4a6SPtfKJyP\/LfZijdZFvU6tnLDkXdNzBJXuNAcCBJ\/dh7pXXpjNTEomQTH8e7mGUENEamUQbupQj+P4Mo98qcY9Lqd9m8cPb5mB1v\/N6GXEtX0oqQkVlxzUqIbvzAxaXZ3nNQgRtt8l8HiY5dcPkOxzdirpeSnqrAyJ4bkeXKfTmk9S+E6nu60voCaICLsdLHHkKbsYy0mO6FwPf+8caZOBUHtOYISvRGWFfHRm6Ly1tlun6dCpD22WGhHZ1\/nY4FmQIDAQAB",
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "https:\/\/speechnotes.co\/*",
            "https:\/\/speechnotes.co\/*\/*",
            "https:\/\/speechnotes.co\/"
        ]
    },
    "manifest_version": 3
}