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."입니다.

확장 프로그램 스크린샷

screenshot

Paragraph: Read, Learn, Improve a Language. 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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'"
}