Talk to Type

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

Co to jest Talk to Type?

Talk to Type to rozszerzenie Chrome opracowane przez Codinglastnight, a jego główną funkcją jest „Type to Talk can help you type with your voice. Forget typing forever.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Talk to Type

Pobierz pliki rozszerzeń Talk to Type w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Talk to Type Talk to Type
ID jknlachcffnpbhepehiifoahpicoeafc
Oficjalny URL https://chrome.google.com/webstore/detail/talk-to-type/jknlachcffnpbhepehiifoahpicoeafc
Opis Type to Talk can help you type with your voice. Forget typing forever.
Rozmiar pliku 206 KB
Liczba instalacji 1,000
Aktualna Wersja 0.0.0.1
Ostatnia Aktualizacja 2018-08-31
Data Publikacji 2018-08-31
Ocena 2.71/5 Łącznie 7 Oceny
Deweloper Codinglastnight
Typ Płatności free
Obsługiwane Języki 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"
    }
}