Simple Text To Speech
simple text-to-speech and text queue card readers for chrome
Co to jest Simple Text To Speech?
Simple Text To Speech to rozszerzenie Chrome opracowane przez matrix.nad, a jego główną funkcją jest „simple text-to-speech and text queue card readers for chrome”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Simple Text To Speech
Pobierz pliki rozszerzeń Simple Text To Speech w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
a text-to-speech and queue card based reading tool for chrome. This extension lets you right click highlighted text and use text to speech in chrome browser.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | gpknfndlfloaiankeelecjfpoedodgcg |
Oficjalny URL | https://chrome.google.com/webstore/detail/simple-text-to-speech/gpknfndlfloaiankeelecjfpoedodgcg |
Opis | simple text-to-speech and text queue card readers for chrome |
Rozmiar pliku | 592 KB |
Liczba instalacji | 600 |
Aktualna Wersja | 1.5 |
Ostatnia Aktualizacja | 2017-12-22 |
Data Publikacji | 2017-12-22 |
Ocena | 2.33/5 Łącznie 3 Oceny |
Deweloper | matrix.nad |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | https://infinitet3ch.com/simple-tts-policy |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simple Text To Speech", "version": "1.5", "description": "simple text-to-speech and text queue card readers for chrome", "permissions": [ "contextMenus", "storage", "tabs" ], "icons": { "16": "assets\/icons\/icon-16.png", "48": "assets\/icons\/icon-48.png", "128": "assets\/icons\/icon-128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "style.css" ], "js": [ "scripts.js" ] } ], "background": { "scripts": [ "background.js" ] }, "options_page": "options.html" } |