OkaySpeak

Right click and select the text you want us to speak out.

Vad är OkaySpeak?

OkaySpeak är en Chrome-tillägg utvecklad av okayramesh, och dess huvudfunktion är "Right click and select the text you want us to speak out.".

Tilläggsskärmbilder

screenshot

Ladda ner OkaySpeak-förlängningens CRX-fil

Ladda ner OkaySpeak-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

                        The sole purpose of the speakit exntension is to speak loadly the  selected text. This is to help the online reader who reads news, educational content or any other informtion on the web and struggle to pronounce the new/difficult words. 'Speakit' will help you, it will read out loudly the word for you so you do not quit your reading just because you are not able to prounounce a word.                    

Grundläggande Information om Tillägg

Namn OkaySpeak OkaySpeak
ID hgnfaglopnogfojdnhcljcagcmjalhba
Officiell webbadress https://chromewebstore.google.com/detail/okayspeak/hgnfaglopnogfojdnhcljcagcmjalhba
Beskrivning Right click and select the text you want us to speak out.
Filstorlek 10.09 KB
Antal Installationer 610
Aktuell Version 1.1
Senast Uppdaterad 2019-09-22
Publiceringsdatum 2019-09-22
Betyg 3.50/5 Totalt 4 Betyg
Utvecklare okayramesh
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,
    "version": "1.1",
    "name": "OkaySpeak",
    "short_name": "Speak loudly",
    "description": "Right click and select the text you want us to speak out.",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "permissions": [
        "contextMenus",
        "tts"
    ]
}