Pronunciation
Pronounces the selected text
Hvad er Pronunciation?
Pronunciation er en Chrome-udvidelse udviklet af tarundabhi, og dens hovedfunktion er "Pronounces the selected text".
Udvidelsesskærmbilleder
Download Pronunciation-udvidelses-CRX-fil
Download Pronunciation-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
This chrome extension pronounces the selected text.This performs text to speech translation.
Grundlæggende oplysninger om udvidelsen
Navn | Pronunciation |
ID | nnbidmodmbkejgpldfcoefhpioggghba |
Officiel URL | https://chromewebstore.google.com/detail/pronunciation/nnbidmodmbkejgpldfcoefhpioggghba |
Beskrivelse | Pronounces the selected text |
Filstørrelse | 8.94 KB |
Antal Installationer | 1,000 |
Nuværende Version | 1.0 |
Senest Opdateret | 2018-08-11 |
Udgivelsesdato | 2018-08-11 |
Bedømmelse | 3.00/5 Samlet 2 Bedømmelser |
Udvikler | tarundabhi |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } |