Use YouTube to improve your pronunciation
YouGlish gives you fast, unbiased answers about how English is spoken by real people and in context.
Cos'è Use YouTube to improve your pronunciation?
Use YouTube to improve your pronunciation è un'estensione di Chrome sviluppata da Quy Nguyen, e la sua funzione principale è "YouGlish gives you fast, unbiased answers about how English is spoken by real people and in context.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Use YouTube to improve your pronunciation
Scarica i file di estensione Use YouTube to improve your pronunciation in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Use YouTube to improve your English pronunciation. Real people, real situations. Easy and fun to use.
Informazioni di Base sull'Estensione
Nome | |
ID | fpfbgbdmcibjinolldhoneolfgjdocjl |
URL Ufficiale | https://chrome.google.com/webstore/detail/use-youtube-to-improve-yo/fpfbgbdmcibjinolldhoneolfgjdocjl |
Descrizione | YouGlish gives you fast, unbiased answers about how English is spoken by real people and in context. |
Dimensione del File | 30.44 KB |
Conteggio Installazioni | 422 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2018-01-01 |
Data di Pubblicazione | 2018-01-01 |
Valutazione | 4.50/5 Totale 8 Valutazioni |
Sviluppatore | Quy Nguyen |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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]" } ] } |