Paragraph: Read, Learn, Improve a Language.

Paragraph is a web application that helps users learn a Second language while reading the daily news.

What is Paragraph: Read, Learn, Improve a Language.?

Paragraph: Read, Learn, Improve a Language. is a Chrome extension developed by Paragraph, and its main feature is "Paragraph is a web application that helps users learn a Second language while reading the daily news.".

Extension Screenshots

screenshot

Download Paragraph: Read, Learn, Improve a Language. Extension CRX File

Download Paragraph: Read, Learn, Improve a Language. extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Paragraph: Read, Learn, Improve a Language. Paragraph: Read, Learn, Improve a Language.
ID cafaopoofmakfgapagbofncolbnjjlmh
Official URL https://chromewebstore.google.com/detail/paragraph-read-learn-impr/cafaopoofmakfgapagbofncolbnjjlmh
Description Paragraph is a web application that helps users learn a Second language while reading the daily news.
File Size 62.41 KB
Installation Count 26
Current Version 2.0.5
Last Updated 2020-08-13
Publish Date 2020-07-20
Rating 5.00/5 Total 6 Ratings
Developer Paragraph
Email [email protected]
Payment Type free
Extension Website https://www.paragraph.live
Help Page URL https://www.paragraph.live/support
Supported Languages 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'"
}