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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Paragraph is a web application that helps users learn a Second language while reading the daily news."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Paragraph: Read, Learn, Improve a Language. एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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. Paragraph: Read, Learn, Improve a Language.
ID cafaopoofmakfgapagbofncolbnjjlmh
आधिकारिक URL 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'"
}