Paragraph: Read, Learn, Improve a Language.

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

O que é Paragraph: Read, Learn, Improve a Language.?

Paragraph: Read, Learn, Improve a Language. é uma extensão do Chrome desenvolvida por Paragraph, e sua principal característica é "Paragraph is a web application that helps users learn a Second language while reading the daily news.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Paragraph: Read, Learn, Improve a Language.

Baixe arquivos de extensão Paragraph: Read, Learn, Improve a Language. no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Paragraph: Read, Learn, Improve a Language. Paragraph: Read, Learn, Improve a Language.
ID cafaopoofmakfgapagbofncolbnjjlmh
URL Oficial https://chromewebstore.google.com/detail/paragraph-read-learn-impr/cafaopoofmakfgapagbofncolbnjjlmh
Descrição Paragraph is a web application that helps users learn a Second language while reading the daily news.
Tamanho do Arquivo 62.41 KB
Contagem de Instalações 26
Versão Atual 2.0.5
Última Atualização 2020-08-13
Data de Publicação 2020-07-20
Classificação 5.00/5 Total de 6 Avaliações
Desenvolvedor Paragraph
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.paragraph.live
URL da Página de Ajuda https://www.paragraph.live/support
Idiomas Suportados 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'"
}