Talk to Type

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

Talk to Typeとは何ですか?

Talk to TypeはCodinglastnightによって開発されたChromeの拡張機能で、その主な機能は「Type to Talk can help you type with your voice. Forget typing forever.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Talk to Type拡張機能のCRXファイルをダウンロード

Talk to Type拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Talk to Type Talk to Type
ID jknlachcffnpbhepehiifoahpicoeafc
公式URL https://chrome.google.com/webstore/detail/talk-to-type/jknlachcffnpbhepehiifoahpicoeafc
説明 Type to Talk can help you type with your voice. Forget typing forever.
ファイルサイズ 206 KB
インストール数 1,000
現在のバージョン 0.0.0.1
最終更新日 2018-08-31
公開日 2018-08-31
評価 2.71/5 合計 7 レビュー
開発者 Codinglastnight
支払い方法 free
対応言語 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"
    }
}