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. là gì?

Paragraph: Read, Learn, Improve a Language. là một tiện ích mở rộng Chrome được phát triển bởi Paragraph, và tính năng chính của nó là "Paragraph is a web application that helps users learn a Second language while reading the daily news.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Paragraph: Read, Learn, Improve a Language.

Tải xuống các tệp mở rộng Paragraph: Read, Learn, Improve a Language. 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

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Paragraph: Read, Learn, Improve a Language. Paragraph: Read, Learn, Improve a Language.
ID cafaopoofmakfgapagbofncolbnjjlmh
URL Chính Thức https://chromewebstore.google.com/detail/paragraph-read-learn-impr/cafaopoofmakfgapagbofncolbnjjlmh
Mô tả Paragraph is a web application that helps users learn a Second language while reading the daily news.
Kích Thước Tệp 62.41 KB
Số Lần Cài Đặt 26
Phiên Bản Hiện Tại 2.0.5
Cập Nhật Lần Cuối 2020-08-13
Ngày Phát Hành 2020-07-20
Đánh Giá 5.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển Paragraph
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.paragraph.live
URL Trang Trợ Giúp https://www.paragraph.live/support
Ngôn Ngữ Được Hỗ Trợ 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'"
}