jent.ly

The Jent.ly Summarizer seamlessly provides a highlighted summary of your web content to save your time and attention.

O que é jent.ly?

jent.ly é uma extensão do Chrome desenvolvida por http://jent.ly, e sua principal característica é "The Jent.ly Summarizer seamlessly provides a highlighted summary of your web content to save your time and attention.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão jent.ly

Baixe arquivos de extensão jent.ly 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

                        Features:
 • Highlights a summary of online content
 • "Add Domain" to automatically summarize all articles from that website
 • Manage the list of domains enabled in the summarizer
 • Customize your own highlighting color

We're always improving our summarizer, so please let us know how we're doing by giving us feedback from within the extension menu!

Thanks for supporting us :)

By downloading the extension above, you agree to our Terms of Service available at: https://jent.ly/termsofservice

*************

Email: [email protected]
Website: https://jent.ly
Facebook: https://www.facebook.com/jentlysummarizer/

*************                    

Informações Básicas da Extensão

Nome jent.ly jent.ly
ID ljpcoibfhggflcmmlbpbcmdkmdnaafeo
URL Oficial https://chrome.google.com/webstore/detail/jently/ljpcoibfhggflcmmlbpbcmdkmdnaafeo
Descrição The Jent.ly Summarizer seamlessly provides a highlighted summary of your web content to save your time and attention.
Tamanho do Arquivo 813 KB
Contagem de Instalações 246
Versão Atual 1.1.1
Última Atualização 2020-03-19
Data de Publicação 2020-03-17
Classificação 4.71/5 Total de 14 Avaliações
Desenvolvedor http://jent.ly
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://jent.ly
URL da Página de Ajuda https://github.com/jent-ly/summarizer/issues
URL da Página de Política de Privacidade https://jent.ly/termsofservice
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "jent.ly",
    "version": "1.1.1",
    "manifest_version": 2,
    "description": "The Jent.ly Summarizer seamlessly provides a highlighted summary of your web content to save your time and attention.",
    "icons": {
        "16": "icons\/jent-icon-128.png",
        "48": "icons\/jent-icon-128.png",
        "128": "icons\/jent-icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "page": "bg\/performHighlighting.html",
        "persistent": false
    },
    "page_action": {
        "default_icon": "icons\/jent-icon-128.png",
        "default_title": "page action demo",
        "default_popup": "index.html"
    },
    "content_security_policy": "script-src 'self' 'sha256-5As4+3YpY62+l38PsxCEkjB1R4YtyktBtRScTJ3fyLU='; object-src 'self'",
    "permissions": [
        "activeTab",
        "https:\/\/*\/*",
        "clipboardRead",
        "clipboardWrite",
        "contextMenus",
        "storage",
        "tabs",
        "identity",
        "identity.email"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "css": [
                "css\/inject.css"
            ]
        },
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "css": [
                "css\/inject.css"
            ],
            "js": [
                "js\/contentScript.js"
            ]
        }
    ]
}