Select and Speak

Select and Speak

什麼是Select and Speak?

Select and Speak是由D開發的Chrome擴展程式,該擴展的主要功能是“Select and Speak”。

擴展截圖

screenshot

下載Select and Speak擴展crx文件

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

擴展使用說明

                        Select to Speak extension for accessibility.

Select any text in Chrome and then right click while still selected. Select the "Start Speaking" option. Right click again and select "Stop Speaking" to stop at any time. Adjust values in the settings panel.

If the page has disabled text selection or context menus, you can try to remove the blocks using the buttons in settings, or copy and paste text into the extension pop-up and press the Speak button.

All client-side processing unless you have installed a 3rd party voice extension which uses network rendering.

No ads, no tracking, no other functionality, nothing but reading selected text.                    

擴展基本資訊

名稱 Select and Speak Select and Speak
ID caalciblpffjnnakoiijjlikabfjgojp
官方網址 https://chromewebstore.google.com/detail/select-and-speak/caalciblpffjnnakoiijjlikabfjgojp
簡介 Select and Speak
檔案大小 10.22 KB
安裝次數 341
目前版本 1.7.7
更新時間 2022-11-02
上架時間 2022-02-15
評分 3.00/5 共 2 次評分
開發者 D
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icon48.png",
        "default_popup": "settings.html",
        "default_title": "Select and Speak"
    },
    "description": "Select and Speak",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "minimum_chrome_version": "50.0",
    "name": "Select and Speak",
    "options_page": "settings.html",
    "permissions": [
        "activeTab",
        "contextMenus",
        "tts"
    ],
    "version": "1.7.7"
}