Talk to Type

Type to Talk can help you type with your voice. Forget typing forever.

Talk to Type là gì?

Talk to Type là một tiện ích mở rộng Chrome được phát triển bởi Codinglastnight, và tính năng chính của nó là "Type to Talk can help you type with your voice. Forget typing forever.".

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

screenshot
screenshot
screenshot

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

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

                        This an amazing chrome plugin which will let you forget “Typing” forever.

Why type anymore when you can just speak to your computer and it will type for you. Just allow microphone permission for the web page to enable this feature.

Features:

-Handles your typing with your voice.
-Fasten up your content writing.                    

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

Tên Talk to Type Talk to Type
ID jknlachcffnpbhepehiifoahpicoeafc
URL Chính Thức https://chrome.google.com/webstore/detail/talk-to-type/jknlachcffnpbhepehiifoahpicoeafc
Mô tả Type to Talk can help you type with your voice. Forget typing forever.
Kích Thước Tệp 206 KB
Số Lần Cài Đặt 1,000
Phiên Bản Hiện Tại 0.0.0.1
Cập Nhật Lần Cuối 2018-08-31
Ngày Phát Hành 2018-08-31
Đánh Giá 2.71/5 Tổng số 7 Đánh Giá
Nhà Phát Triển Codinglastnight
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Talk to Type",
    "version": "0.0.0.1",
    "description": "Type to Talk can help you type with your voice. Forget typing forever.",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "index.html",
        "default_icon": ".\/icon\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "*:\/\/*\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "*:\/\/*.google.com\/"
    ],
    "icons": {
        "16": "\/icon\/icon16.png",
        "48": "\/icon\/icon48.png",
        "128": "\/icon\/icon128.png"
    }
}