Immersion Reader
Provides translations on highlight, and review notecards, for articles you read in foreign languages.
Immersion Readerとは何ですか?
Immersion Readerはdennislysenkoによって開発されたChromeの拡張機能で、その主な機能は「Provides translations on highlight, and review notecards, for articles you read in foreign languages.」です。
拡張機能のスクリーンショット
Immersion Reader拡張機能のCRXファイルをダウンロード
Immersion Reader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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. 拡張機能の基本情報
| 名前 | |
| ID | fklmaanhjbaofmjodipnfllfjghllcpc |
| 公式URL | https://chrome.google.com/webstore/detail/immersion-reader/fklmaanhjbaofmjodipnfllfjghllcpc |
| 説明 | Provides translations on highlight, and review notecards, for articles you read in foreign languages. |
| ファイルサイズ | 492 KB |
| インストール数 | 6,000 |
| 現在のバージョン | 0.4.0 |
| 最終更新日 | 2017-12-25 |
| 公開日 | 2017-12-25 |
| 評価 | 2.33/5 合計 9 レビュー |
| 開発者 | dennislysenko |
| 支払い方法 | free |
| 対応言語 | 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"
} | |