Text to Speech Extension - Panopreter.com

Read web page text out with natural voices.

Text to Speech Extension - Panopreter.comとは何ですか?

Text to Speech Extension - Panopreter.comはPanopreter Softwareによって開発されたChromeの拡張機能で、その主な機能は「Read web page text out with natural voices.」です。

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

screenshot
screenshot

Text to Speech Extension - Panopreter.com拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Text-to-Speech extension by Panopreter is an easy to use tool to read the web page content out. Just click on the pop up menu, the selected text or all the text on the web page will be read out wit natural sounding voices installed on your Windows computer, the speech synthesis occurs locally on your computer and the text is never sent to the internet. Users can pause or resume the speech, adjust the volume and speed of the speech.

Here is the detail for installing the text to speech add-on for Chrome web browser: https://www.panopreter.com/en/products/panopreter/browseraddon.php                    

拡張機能の基本情報

名前 Text to Speech Extension - Panopreter.com Text to Speech Extension - Panopreter.com
ID cecojkjmobemfncphcnoenmnfjjcfpoh
公式URL https://chromewebstore.google.com/detail/text-to-speech-extension/cecojkjmobemfncphcnoenmnfjjcfpoh
説明 Read web page text out with natural voices.
ファイルサイズ 63.64 KB
インストール数 469
現在のバージョン 1.0.0.0
最終更新日 2022-01-04
公開日 2022-01-03
評価 5.00/5 合計 1 レビュー
開発者 Panopreter Software
Eメール [email protected]
支払い方法 in_app
拡張機能のウェブサイト https://www.panopreter.com
ヘルプページのURL https://www.panopreter.com
プライバシーポリシーページのURL https://www.panopreter.com/en/products/panopreter/chrome-extension-privacy.php
対応言語 de,en,fr,nl,no,es,it,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_nameInManifest__",
    "description": "__MSG_descriptionInManifest__",
    "version": "1.0.0.0",
    "permissions": [
        "storage",
        "nativeMessaging",
        "activeTab",
        ""
    ],
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "64": "images\/icon64.png",
        "96": "images\/icon96.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_title": "__MSG_iconTitle__",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "64": "images\/icon64.png",
            "96": "images\/icon96.png",
            "128": "images\/icon128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "default_locale": "en",
    "homepage_url": "https:\/\/www.panopreter.com"
}