Selection Reader
Selection Reader allows to speak the content in the web page with various voice control options.
Vad är Selection Reader?
Selection Reader är en Chrome-tillägg utvecklad av Arun Kumar Sekar, och dess huvudfunktion är "Selection Reader allows to speak the content in the web page with various voice control options.".
Tilläggsskärmbilder
Ladda ner Selection Reader-förlängningens CRX-fil
Ladda ner Selection Reader-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Selection Reader allows to speak the content in the web page with various voice control options and you can also read the selected content with the right click.
Grundläggande Information om Tillägg
Namn | |
ID | eojegnppbmmnknbmnjgifjjehjlmdcoe |
Officiell webbadress | https://chrome.google.com/webstore/detail/selection-reader/eojegnppbmmnknbmnjgifjjehjlmdcoe |
Beskrivning | Selection Reader allows to speak the content in the web page with various voice control options. |
Filstorlek | 105 KB |
Antal Installationer | 16,794 |
Aktuell Version | 2.1 |
Senast Uppdaterad | 2017-11-29 |
Publiceringsdatum | 2017-11-29 |
Betyg | 4.22/5 Totalt 9 Betyg |
Utvecklare | Arun Kumar Sekar |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Selection Reader", "version": "2.1", "description": "Selection Reader allows to speak the content in the web page with various voice control options.", "permissions": [ "tts", "contextMenus", "storage" ], "icons": { "128": "img\/speak128.png", "48": "img\/speak64.png", "16": "img\/speak16.png" }, "browser_action": { "default_icon": "img\/speak32.png", "default_popup": "index.html", "default_title": "Selection Reader" }, "background": { "scripts": [ "js\/background.js" ] } } |