Talk to Type

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

Apa itu Talk to Type?

Talk to Type adalah ekstensi Chrome yang dikembangkan oleh Codinglastnight, dan fitur utamanya adalah "Type to Talk can help you type with your voice. Forget typing forever.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Talk to Type

Unduh file ekstensi Talk to Type dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Talk to Type Talk to Type
ID jknlachcffnpbhepehiifoahpicoeafc
URL Resmi https://chrome.google.com/webstore/detail/talk-to-type/jknlachcffnpbhepehiifoahpicoeafc
Deskripsi Type to Talk can help you type with your voice. Forget typing forever.
Ukuran File 206 KB
Jumlah Instalasi 1,000
Versi Saat Ini 0.0.0.1
Terakhir Diperbarui 2018-08-31
Tanggal Publikasi 2018-08-31
Penilaian 2.71/5 Total 7 Penilaian
Pengembang Codinglastnight
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}