Read to me

Browser extension for text to speech.

Read to meとは何ですか?

Read to meはnGranによって開発されたChromeの拡張機能で、その主な機能は「Browser extension for text to speech.」です。

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

screenshot
screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Listen to any text in your browser in a voice of your choice.  

READ TO ME is a text to speech Chrome extension for reading out loud any text in your browser in many languages. The app makes listening to everything on your screen effortless with a functional smooth design and customizable options as a selection of male and female voices, voice pitch and reading speed. 

Spoken text has several advantages over reading. The most obvious one is the option to multitask as your eyes and hands are free, but also it is considered that it can enhance comprehension. Listening is also great for those with disabilities or disadvantages that make reading either impossible or extremely difficult.                    

拡張機能の基本情報

名前 Read to me Read to me
ID nalcmippmnicanikekphpdmmcgoojjlm
公式URL https://chromewebstore.google.com/detail/read-to-me/nalcmippmnicanikekphpdmmcgoojjlm
説明 Browser extension for text to speech.
ファイルサイズ 758 KB
インストール数 9,000
現在のバージョン 1.1.0
最終更新日 2020-04-24
公開日 2020-04-20
評価 1.86/5 合計 7 レビュー
開発者 nGran
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Read to me",
    "version": "1.1.0",
    "description": "Browser extension for text to speech.",
    "author": "Nikola Grancharov",
    "permissions": [
        "contextMenus",
        "storage",
        "tabs",
        "https:\/\/*\/"
    ],
    "icons": {
        "16": "img\/logo_16x16.png",
        "32": "img\/logo_32x32.png",
        "48": "img\/logo_48x48.png",
        "64": "img\/logo_64x64.png",
        "128": "img\/logo_128x128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "background": {
        "page": "pages\/Background\/background.html"
    },
    "browser_action": {
        "default_icon": "img\/logo_16x16.png",
        "default_popup": "pages\/Popup\/popup.html"
    },
    "web_accessible_resources": [
        "content_script.js",
        "services\/Read.service.js"
    ]
}