Page Reader

A completely free extension to read highlighted text via Text To Speech.

什麼是Page Reader?

Page Reader是由Online Media Group開發的Chrome擴展程式,該擴展的主要功能是“A completely free extension to read highlighted text via Text To Speech.”。

擴展截圖

screenshot
screenshot

下載Page Reader擴展crx文件

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

擴展使用說明

                        This is a very easy to use Text To Speech extension. Simply highlight any section of text on your page, then click the extension icon on your Chrome toolbar and it will be read back to you. The extension is entirely free, and always will be.

Any and all feedback/suggestions are welcome, as I plan on continuing to update it as needed.                    

擴展基本資訊

名稱 Page Reader Page Reader
ID afokdhhgekbckelmkfegdggbeohdbnge
官方網址 https://chromewebstore.google.com/detail/page-reader/afokdhhgekbckelmkfegdggbeohdbnge
簡介 A completely free extension to read highlighted text via Text To Speech.
檔案大小 81.05 KB
安裝次數 11,903
目前版本 1.0
更新時間 2020-03-04
上架時間 2020-03-03
評分 2.37/5 共 30 次評分
開發者 Online Media Group
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Page Reader",
    "version": "1.0",
    "description": "A completely free extension to read highlighted text via Text To Speech.",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": [],
    "permissions": [
        "activeTab",
        "alarms",
        "storage"
    ],
    "options_page": "options.html",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "manifest_version": 2
}