speakIt
This extension will speak up the text which you have selected.
什麼是speakIt?
speakIt是由https://akashbijwe.github.io開發的Chrome擴展程式,該擴展的主要功能是“This extension will speak up the text which you have selected.”。
擴展截圖
下載speakIt擴展crx文件
下載speakIt擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
speakIt powers to read the text on your screen aloud & it can be used in any webpage. To use SpeakIt select any text and the right click on the selected text & click on Speak. Supported Languages: English (Australia), English (India), English (United Kingdom), English (United States)
擴展基本資訊
名稱 | |
ID | kolhkkbkekanfnkhbmahmeemhlcknilk |
官方網址 | https://chrome.google.com/webstore/detail/speakit/kolhkkbkekanfnkhbmahmeemhlcknilk |
簡介 | This extension will speak up the text which you have selected. |
檔案大小 | 12.58 KB |
安裝次數 | 3,186 |
目前版本 | 1.1 |
更新時間 | 2019-03-04 |
上架時間 | 2019-03-04 |
評分 | 2.67/5 共 6 次評分 |
開發者 | https://akashbijwe.github.io |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "speakIt", "version": "1.1", "description": "This extension will speak up the text which you have selected.", "icons": { "16": "icon16.png", "64": "icon64.png", "128": "icon128.png" }, "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "permissions": [ "tts", "contextMenus" ] } |