speakIt

This extension will speak up the text which you have selected.

Vad är speakIt?

speakIt är en Chrome-tillägg utvecklad av https://akashbijwe.github.io, och dess huvudfunktion är "This extension will speak up the text which you have selected.".

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

                        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)                    

Grundläggande Information om Tillägg

Namn speakIt speakIt
ID kolhkkbkekanfnkhbmahmeemhlcknilk
Officiell webbadress https://chrome.google.com/webstore/detail/speakit/kolhkkbkekanfnkhbmahmeemhlcknilk
Beskrivning This extension will speak up the text which you have selected.
Filstorlek 12.58 KB
Antal Installationer 3,186
Aktuell Version 1.1
Senast Uppdaterad 2019-03-04
Publiceringsdatum 2019-03-04
Betyg 2.67/5 Totalt 6 Betyg
Utvecklare https://akashbijwe.github.io
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": "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"
    ]
}