Read News with TTS

Text to speech for News Sites without distractions.

Read News with TTSとは何ですか?

Read News with TTSはHugo Nobreによって開発されたChromeの拡張機能で、その主な機能は「Text to speech for News Sites without distractions.」です。

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

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

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

拡張機能の使用方法

                        This plugin allow the ability to read news articles with TTS text-to-speech for free using websites specialized on this feature.                    

拡張機能の基本情報

名前 Read News with TTS Read News with TTS
ID iimnpknhbclbehjapplgbaakdjnlifbm
公式URL https://chromewebstore.google.com/detail/read-news-with-tts/iimnpknhbclbehjapplgbaakdjnlifbm
説明 Text to speech for News Sites without distractions.
ファイルサイズ 736 KB
インストール数 1,419
現在のバージョン 1.0.0
最終更新日 2022-08-09
公開日 2022-04-24
評価 5.00/5 合計 3 レビュー
開発者 Hugo Nobre
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/projectify/read-news-tts
ヘルプページのURL https://github.com/projectify/read-news-tts
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Read News with TTS",
    "description": "Text to speech for News Sites without distractions.",
    "version": "1.0.0",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "popup.js"
            ],
            "all_frames": true,
            "match_about_blank": true
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "permissions": [
        "tabs",
        "activeTab"
    ],
    "host_permissions": [
        ""
    ],
    "icons": {
        "128": "icon.png"
    }
}