SpeakIt
Speak the selected text
什麼是SpeakIt?
SpeakIt是由odlyzko953開發的Chrome擴展程式,該擴展的主要功能是“Speak the selected text”。
擴展截圖
下載SpeakIt擴展crx文件
下載SpeakIt擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Made with Love For You, SpeakIt is an easy-to-use, Instant Text to Speech Converter tool. How To Use? Install-Select-SpeakIt (Just Install the extension on Chrome, Select the text you want to speak and click on "SpeakIt" icon) The extension is changing the new tab
擴展基本資訊
名稱 | |
ID | ogcmdndkjibojdigkjpccjiekcdfdhlb |
官方網址 | https://chrome.google.com/webstore/detail/speakit/ogcmdndkjibojdigkjpccjiekcdfdhlb |
簡介 | Speak the selected text |
檔案大小 | 14.9 KB |
安裝次數 | 15,293 |
目前版本 | 1.6 |
更新時間 | 2019-12-11 |
上架時間 | 2019-12-11 |
評分 | 2.83/5 共 54 次評分 |
開發者 | odlyzko953 |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://sites.google.com/view/odlyzko953/privacy-policy |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "scripts": [ "eventPage.js" ] }, "description": "Speak the selected text", "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "manifest_version": 2, "name": "SpeakIt", "permissions": [ "tts", "contextMenus" ], "version": "1.6", "chrome_url_overrides": { "newtab": "nt.html" } } |