Immersion Reader
Provides translations on highlight, and review notecards, for articles you read in foreign languages.
¿Qué es Immersion Reader?
Immersion Reader es una extensión de Chrome desarrollada por dennislysenko, y su función principal es "Provides translations on highlight, and review notecards, for articles you read in foreign languages.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Immersion Reader
Descarga archivos de extensión Immersion Reader en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Take the boring part out of reading articles in languages you're learning. Let Immersion Reader do the magic of instantly translating any word or phrase you highlight, giving you detailed translations of it, guiding you with pronunciation from native speakers for most words, and giving you review notecards for every new article you read, based on that article's actual text. Cut out the distraction of looking up words in a new tab, making up your own pronunciations for unfamiliar words, and managing notecards.
Información Básica de la Extensión
Nombre | |
ID | fklmaanhjbaofmjodipnfllfjghllcpc |
URL Oficial | https://chrome.google.com/webstore/detail/immersion-reader/fklmaanhjbaofmjodipnfllfjghllcpc |
Descripción | Provides translations on highlight, and review notecards, for articles you read in foreign languages. |
Tamaño del Archivo | 492 KB |
Cantidad de Instalaciones | 6,000 |
Versión Actual | 0.4.0 |
Última Actualización | 2017-12-25 |
Fecha de Publicación | 2017-12-25 |
Calificación | 2.33/5 Total de 9 Calificaciones |
Desarrollador | dennislysenko |
Tipo de Pago | free |
Idiomas Soportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Immersion Reader", "options_page": "options.html", "browser_action": { "default_popup": "popup.html" }, "web_accessible_resources": [ "content.bundle.js" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "inject.bundle.js" ] } ], "background": { "scripts": [ "background.bundle.js" ], "persistent": true }, "permissions": [ "http:\/\/*\/", "https:\/\/*\/" ], "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "description": "Provides translations on highlight, and review notecards, for articles you read in foreign languages.", "version": "0.4.0" } |