Selected text to speech
With this extension, you can speech to the selected text.
什麼是Selected text to speech?
Selected text to speech是由https://funfuni.com開發的Chrome擴展程式,該擴展的主要功能是“With this extension, you can speech to the selected text.”。
擴展截圖
下載Selected text to speech擴展crx文件
下載Selected text to speech擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
With this extension, you can speech to the selected text. In sentences you have difficulty in pronunciation, you can speech to the selected text.
擴展基本資訊
名稱 | Selected text to speech |
ID | apcoiakmgopgbglbpfhaibglboldbaep |
官方網址 | https://chromewebstore.google.com/detail/selected-text-to-speech/apcoiakmgopgbglbpfhaibglboldbaep |
簡介 | With this extension, you can speech to the selected text. |
檔案大小 | 15.43 KB |
安裝次數 | 52 |
目前版本 | 1.0 |
更新時間 | 2022-01-27 |
上架時間 | 2022-01-27 |
評分 | 5.00/5 共 4 次評分 |
開發者 | https://funfuni.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://www.funfuni.com/ |
說明頁面URL | https://funfuni.com/contact-us/ |
隱私政策頁面URL | https://www.funfuni.com/privacy-policy |
支援的語言 | en |
manifest.json | |
{ "author": "Funfuni.com", "name": "Selected text to speech", "description": "With this extension, you can speech to the selected text.", "manifest_version": 3, "version": "1.0", "action": { "default_icon": { "128": "icon.png" } }, "icons": { "128": "icon.png" }, "background": { "service_worker": "js\/background.js" }, "permissions": [ "contextMenus", "storage" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" } |