Speak it out!

Get voice output of selected text in a web page.

什麼是Speak it out!?

Speak it out!是由Gilbish Kosma開發的Chrome擴展程式,該擴展的主要功能是“Get voice output of selected text in a web page.”。

擴展截圖

screenshot

下載Speak it out!擴展crx文件

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

擴展使用說明

                        A chrome extension to play voice of selected text from the current tab.                    

擴展基本資訊

名稱 Speak it out! Speak it out!
ID incioejkedmnflnacbbncfbjeiedoepo
官方網址 https://chromewebstore.google.com/detail/speak-it-out/incioejkedmnflnacbbncfbjeiedoepo
簡介 Get voice output of selected text in a web page.
檔案大小 5.59 KB
安裝次數 34
目前版本 0.0.3
更新時間 2021-10-10
上架時間 2021-10-10
開發者 Gilbish Kosma
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Speak it out!",
    "description": "Get voice output of selected text in a web page.",
    "version": "0.0.3",
    "author": "Satyam Lachhwani ",
    "manifest_version": 3,
    "action": {
        "default_popup": "popup.html",
        "default_icon": "sound.png"
    },
    "icons": {
        "32": "sound.png"
    },
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ]
}