Use YouTube to improve your pronunciation
YouGlish gives you fast, unbiased answers about how English is spoken by real people and in context.
Was ist Use YouTube to improve your pronunciation?
Use YouTube to improve your pronunciation ist eine Chrome-Erweiterung, die von Quy Nguyen entwickelt wurde, und ihr Hauptmerkmal ist "YouGlish gives you fast, unbiased answers about how English is spoken by real people and in context.".
Erweiterungsscreenshots
Use YouTube to improve your pronunciation-Erweiterungs-CRX-Datei herunterladen
Laden Sie Use YouTube to improve your pronunciation-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Use YouTube to improve your English pronunciation. Real people, real situations. Easy and fun to use.
Grundlegende Informationen zur Erweiterung
Name | |
ID | fpfbgbdmcibjinolldhoneolfgjdocjl |
Offizielle URL | https://chrome.google.com/webstore/detail/use-youtube-to-improve-yo/fpfbgbdmcibjinolldhoneolfgjdocjl |
Beschreibung | YouGlish gives you fast, unbiased answers about how English is spoken by real people and in context. |
Dateigröße | 30.44 KB |
Installationsanzahl | 422 |
Aktuelle Version | 1.1 |
Letztes Update | 2018-01-01 |
Veröffentlichungsdatum | 2018-01-01 |
Bewertung | 4.50/5 Insgesamt 8 Bewertungen |
Entwickler | Quy Nguyen |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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]" } ] } |