Immersion Reader
Provides translations on highlight, and review notecards, for articles you read in foreign languages.
Qu'est-ce que Immersion Reader ?
Immersion Reader est une extension Chrome développée par dennislysenko, et sa fonction principale est "Provides translations on highlight, and review notecards, for articles you read in foreign languages.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Immersion Reader
Téléchargez les fichiers d'extension Immersion Reader au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | fklmaanhjbaofmjodipnfllfjghllcpc |
URL Officiel | https://chrome.google.com/webstore/detail/immersion-reader/fklmaanhjbaofmjodipnfllfjghllcpc |
Description | Provides translations on highlight, and review notecards, for articles you read in foreign languages. |
Taille du Fichier | 492 KB |
Nombre d'Installations | 6,000 |
Version Actuelle | 0.4.0 |
Dernière Mise à Jour | 2017-12-25 |
Date de Publication | 2017-12-25 |
Évaluation | 2.33/5 Total 9 Évaluations |
Développeur | dennislysenko |
Type de Paiement | free |
Langues Prises en Charge | 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" } |