Paragraph: Read, Learn, Improve a Language.
Paragraph is a web application that helps users learn a Second language while reading the daily news.
Was ist Paragraph: Read, Learn, Improve a Language.?
Paragraph: Read, Learn, Improve a Language. ist eine Chrome-Erweiterung, die von Paragraph entwickelt wurde, und ihr Hauptmerkmal ist "Paragraph is a web application that helps users learn a Second language while reading the daily news.".
Erweiterungsscreenshots
Paragraph: Read, Learn, Improve a Language.-Erweiterungs-CRX-Datei herunterladen
Laden Sie Paragraph: Read, Learn, Improve a Language.-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Paragraph: Read, Learn, Improve a Language. |
ID | cafaopoofmakfgapagbofncolbnjjlmh |
Offizielle URL | https://chromewebstore.google.com/detail/paragraph-read-learn-impr/cafaopoofmakfgapagbofncolbnjjlmh |
Beschreibung | Paragraph is a web application that helps users learn a Second language while reading the daily news. |
Dateigröße | 62.41 KB |
Installationsanzahl | 26 |
Aktuelle Version | 2.0.5 |
Letztes Update | 2020-08-13 |
Veröffentlichungsdatum | 2020-07-20 |
Bewertung | 5.00/5 Insgesamt 6 Bewertungen |
Entwickler | Paragraph |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.paragraph.live |
Hilfeseite URL | https://www.paragraph.live/support |
Unterstützte Sprachen | 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'" } |