Pronunciation

Pronounces the selected text

Vad är Pronunciation?

Pronunciation är en Chrome-tillägg utvecklad av tarundabhi, och dess huvudfunktion är "Pronounces the selected text".

Tilläggsskärmbilder

screenshot
screenshot

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

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

                        This chrome extension pronounces the selected text.This performs text to speech translation.                    

Grundläggande Information om Tillägg

Namn Pronunciation Pronunciation
ID nnbidmodmbkejgpldfcoefhpioggghba
Officiell webbadress https://chromewebstore.google.com/detail/pronunciation/nnbidmodmbkejgpldfcoefhpioggghba
Beskrivning Pronounces the selected text
Filstorlek 8.94 KB
Antal Installationer 1,000
Aktuell Version 1.0
Senast Uppdaterad 2018-08-11
Publiceringsdatum 2018-08-11
Betyg 3.00/5 Totalt 2 Betyg
Utvecklare tarundabhi
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": "Pronunciation",
    "version": "1.0",
    "description": "Pronounces the selected text",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tts",
        "contextMenus"
    ]
}