Read Out Loud

This extension adds a play button beside selected text on webpages, allowing users to listen to the text as speech.

什麼是Read Out Loud?

Read Out Loud是由softapp開發的Chrome擴展程式,該擴展的主要功能是“This extension adds a play button beside selected text on webpages, allowing users to listen to the text as speech.”。

擴展截圖

screenshot
screenshot

下載Read Out Loud擴展crx文件

下載Read Out Loud擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This extension adds a play button beside selected text on webpages, allowing users to listen to the text as speech.                    

擴展基本資訊

名稱 Read Out Loud Read Out Loud
ID ngkfbiffihjpmjfimgfkgagciademgae
官方網址 https://chromewebstore.google.com/detail/read-out-loud/ngkfbiffihjpmjfimgfkgagciademgae
簡介 This extension adds a play button beside selected text on webpages, allowing users to listen to the text as speech.
檔案大小 10.88 KB
安裝次數 996
目前版本 1.1.0
更新時間 2023-03-03
上架時間 2023-03-02
開發者 softapp
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Read Out Loud",
    "version": "1.1.0",
    "description": "This extension adds a play button beside selected text on webpages, allowing users to listen to the text as speech.",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}