Immersion Reader
Provides translations on highlight, and review notecards, for articles you read in foreign languages.
Immersion Reader là gì?
Immersion Reader là một tiện ích mở rộng Chrome được phát triển bởi dennislysenko, và tính năng chính của nó là "Provides translations on highlight, and review notecards, for articles you read in foreign languages.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Immersion Reader
Tải xuống các tệp mở rộng Immersion Reader dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | fklmaanhjbaofmjodipnfllfjghllcpc |
URL Chính Thức | https://chrome.google.com/webstore/detail/immersion-reader/fklmaanhjbaofmjodipnfllfjghllcpc |
Mô tả | Provides translations on highlight, and review notecards, for articles you read in foreign languages. |
Kích Thước Tệp | 492 KB |
Số Lần Cài Đặt | 6,000 |
Phiên Bản Hiện Tại | 0.4.0 |
Cập Nhật Lần Cuối | 2017-12-25 |
Ngày Phát Hành | 2017-12-25 |
Đánh Giá | 2.33/5 Tổng số 9 Đánh Giá |
Nhà Phát Triển | dennislysenko |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } |