SpeakIt

Speak the selected text

Vad är SpeakIt?

SpeakIt är en Chrome-tillägg utvecklad av odlyzko953, och dess huvudfunktion är "Speak the selected text".

Tilläggsskärmbilder

screenshot

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

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

                        Made with Love For You, SpeakIt is an easy-to-use, Instant Text to Speech Converter tool. 

How To Use? 
Install-Select-SpeakIt
(Just Install the extension on Chrome, Select the text you want to speak and click on "SpeakIt" icon)

The extension is changing the new tab                    

Grundläggande Information om Tillägg

Namn SpeakIt SpeakIt
ID ogcmdndkjibojdigkjpccjiekcdfdhlb
Officiell webbadress https://chrome.google.com/webstore/detail/speakit/ogcmdndkjibojdigkjpccjiekcdfdhlb
Beskrivning Speak the selected text
Filstorlek 14.9 KB
Antal Installationer 15,293
Aktuell Version 1.6
Senast Uppdaterad 2019-12-11
Publiceringsdatum 2019-12-11
Betyg 2.83/5 Totalt 54 Betyg
Utvecklare odlyzko953
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://sites.google.com/view/odlyzko953/privacy-policy
Stödda Språk en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "eventPage.js"
        ]
    },
    "description": "Speak the selected text",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "name": "SpeakIt",
    "permissions": [
        "tts",
        "contextMenus"
    ],
    "version": "1.6",
    "chrome_url_overrides": {
        "newtab": "nt.html"
    }
}