Immersion Reader
Provides translations on highlight, and review notecards, for articles you read in foreign languages.
O que é Immersion Reader?
Immersion Reader é uma extensão do Chrome desenvolvida por dennislysenko, e sua principal característica é "Provides translations on highlight, and review notecards, for articles you read in foreign languages.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Immersion Reader
Baixe arquivos de extensão Immersion Reader no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | fklmaanhjbaofmjodipnfllfjghllcpc |
URL Oficial | https://chrome.google.com/webstore/detail/immersion-reader/fklmaanhjbaofmjodipnfllfjghllcpc |
Descrição | Provides translations on highlight, and review notecards, for articles you read in foreign languages. |
Tamanho do Arquivo | 492 KB |
Contagem de Instalações | 6,000 |
Versão Atual | 0.4.0 |
Última Atualização | 2017-12-25 |
Data de Publicação | 2017-12-25 |
Classificação | 2.33/5 Total de 9 Avaliações |
Desenvolvedor | dennislysenko |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } |