Speak It
Speak It app converts text into speech. Select text > Speak it
什麼是Speak It?
Speak It是由Online Apps開發的Chrome擴展程式,該擴展的主要功能是“Speak It app converts text into speech. Select text > Speak it”。
擴展截圖
下載Speak It擴展crx文件
下載Speak It擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Speak It app converts text into speech on any websites. Select words or paragraphs and then just listen. Useful and convenient Speak It for everyone in six supported languages. How to use: 1) select words or paragraphs 2) right click on this text 3) click Speak It to confirm in the context menu Features: Languages - English, German, Spanish, French, Portuguese, Russian Rate Pitch Volume
擴展基本資訊
名稱 | Speak It |
ID | amcnjejmdfilapnnfgnhnidhkififadk |
官方網址 | https://chromewebstore.google.com/detail/speak-it/amcnjejmdfilapnnfgnhnidhkififadk |
簡介 | Speak It app converts text into speech. Select text > Speak it |
檔案大小 | 162 KB |
安裝次數 | 72,668 |
目前版本 | 1.1.3 |
更新時間 | 2022-12-19 |
上架時間 | 2020-06-02 |
評分 | 2.53/5 共 72 次評分 |
開發者 | Online Apps |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://www.e-players.net/privacy.html |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "1.1.3", "name": "Speak It", "description": "Speak It app converts text into speech. Select text > Speak it", "background": { "service_worker": "background.js" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "permissions": [ "contextMenus", "tts", "storage" ], "action": { "default_icon": "img\/ico_19.png", "default_popup": "popup.html" }, "options_page": "options.html", "icons": { "16": "img\/ico_16.png", "48": "img\/ico_48.png", "128": "img\/ico_128.png" } } |