Talk to Type

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

Hvad er Talk to Type?

Talk to Type er en Chrome-udvidelse udviklet af Codinglastnight, og dens hovedfunktion er "Type to Talk can help you type with your voice. Forget typing forever.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Talk to Type-udvidelses-CRX-fil

Download Talk to Type-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Talk to Type Talk to Type
ID jknlachcffnpbhepehiifoahpicoeafc
Officiel URL https://chrome.google.com/webstore/detail/talk-to-type/jknlachcffnpbhepehiifoahpicoeafc
Beskrivelse Type to Talk can help you type with your voice. Forget typing forever.
Filstørrelse 206 KB
Antal Installationer 1,000
Nuværende Version 0.0.0.1
Senest Opdateret 2018-08-31
Udgivelsesdato 2018-08-31
Bedømmelse 2.71/5 Samlet 7 Bedømmelser
Udvikler Codinglastnight
Betalingsmetode free
Understøttede Sprog 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"
    }
}