Paragraph: Read, Learn, Improve a Language.
Paragraph is a web application that helps users learn a Second language while reading the daily news.
什麼是Paragraph: Read, Learn, Improve a Language.?
Paragraph: Read, Learn, Improve a Language.是由Paragraph開發的Chrome擴展程式,該擴展的主要功能是“Paragraph is a web application that helps users learn a Second language while reading the daily news.”。
擴展截圖
下載Paragraph: Read, Learn, Improve a Language.擴展crx文件
下載Paragraph: Read, Learn, Improve a Language.擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Paragraph helps you effortlessly learn a foreign language while reading the daily news, no extra time required. Just browse the web the way you already do. How it works: Each time you’ll click on the extension, a new tab will be opened with Paragraph’s unique user experience, providing you with a clean ad-free reading environment. The real magic begins, when Paragraph’s smart algorithm starts analyzing the text and classifies each word by its difficulty level, relative to you. Then, it is yours to decide on the amount of the translated words to be shown. Simple as that. With this simple and cleaver user experience you can take the most out of your time and seamlessly enrich your vocabulary.
擴展基本資訊
名稱 | Paragraph: Read, Learn, Improve a Language. |
ID | cafaopoofmakfgapagbofncolbnjjlmh |
官方網址 | https://chromewebstore.google.com/detail/paragraph-read-learn-impr/cafaopoofmakfgapagbofncolbnjjlmh |
簡介 | Paragraph is a web application that helps users learn a Second language while reading the daily news. |
檔案大小 | 62.41 KB |
安裝次數 | 26 |
目前版本 | 2.0.5 |
更新時間 | 2020-08-13 |
上架時間 | 2020-07-20 |
評分 | 5.00/5 共 6 次評分 |
開發者 | Paragraph |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://www.paragraph.live |
說明頁面URL | https://www.paragraph.live/support |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Paragraph: Read, Learn, Improve a Language.", "version": "2.0.5", "manifest_version": 2, "description": "Paragraph is a web application that helps users learn a Second language while reading the daily news.", "homepage_url": "https:\/\/www.paragraph.live", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "src\/bg\/background.js", "options\/options.js" ], "persistent": true }, "browser_action": { "default_icon": "icons\/icon16.png", "default_title": "Paragraph" }, "options_page": "options\/options.html", "permissions": [ "tabs", "storage" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |