Use YouTube to improve your pronunciation
YouGlish gives you fast, unbiased answers about how English is spoken by real people and in context.
Hvad er Use YouTube to improve your pronunciation?
Use YouTube to improve your pronunciation er en Chrome-udvidelse udviklet af Quy Nguyen, og dens hovedfunktion er "YouGlish gives you fast, unbiased answers about how English is spoken by real people and in context.".
Udvidelsesskærmbilleder
Download Use YouTube to improve your pronunciation-udvidelses-CRX-fil
Download Use YouTube to improve your 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
Use YouTube to improve your English pronunciation. Real people, real situations. Easy and fun to use.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | fpfbgbdmcibjinolldhoneolfgjdocjl |
Officiel URL | https://chrome.google.com/webstore/detail/use-youtube-to-improve-yo/fpfbgbdmcibjinolldhoneolfgjdocjl |
Beskrivelse | YouGlish gives you fast, unbiased answers about how English is spoken by real people and in context. |
Filstørrelse | 30.44 KB |
Antal Installationer | 422 |
Nuværende Version | 1.1 |
Senest Opdateret | 2018-01-01 |
Udgivelsesdato | 2018-01-01 |
Bedømmelse | 4.50/5 Samlet 8 Bedømmelser |
Udvikler | Quy Nguyen |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Use YouTube to improve your pronunciation", "version": "1.1", "manifest_version": 2, "description": "YouGlish gives you fast, unbiased answers about how English is spoken by real people and in context.", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "browser_action": { "default_icon": "icon.png" }, "background": { "scripts": [ "youGlish.js" ] }, "permissions": [ "activeTab", "contextMenus" ], "author": [ { "name": "Quy Nguyen", "email": "[email protected]" } ] } |