Basic TTS

This extension allows you to interact with the Chrome Text-to-Speech API.

Basic TTSとは何ですか?

Basic TTSはcipheosによって開発されたChromeの拡張機能で、その主な機能は「This extension allows you to interact with the Chrome Text-to-Speech API.」です。

Basic TTS拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 Basic TTS Basic TTS
ID lccceofhbngikladlpencmcpbhjccbjd
公式URL https://chromewebstore.google.com/detail/basic-tts/lccceofhbngikladlpencmcpbhjccbjd
説明 This extension allows you to interact with the Chrome Text-to-Speech API.
ファイルサイズ 37.25 KB
インストール数 11
現在のバージョン 1.0.1
最終更新日 2017-11-24
公開日 2017-11-24
評価 1.00/5 合計 1 レビュー
開発者 cipheos
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Basic TTS",
    "description": "This extension allows you to interact with the Chrome Text-to-Speech API.",
    "version": "1.0.1",
    "icons": {
        "16": "\/assets\/icon16.png",
        "48": "\/assets\/icon48.png",
        "128": "\/assets\/icon128.png"
    },
    "permissions": [
        "storage",
        "contextMenus",
        "tts"
    ],
    "options_page": "\/options\/options.html",
    "background": {
        "scripts": [
            "\/background\/background.js"
        ]
    }
}