jent.ly

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

Qu'est-ce que jent.ly ?

jent.ly est une extension Chrome développée par http://jent.ly, et sa fonction principale est "The Jent.ly Summarizer seamlessly provides a highlighted summary of your web content to save your time and attention.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension jent.ly

Téléchargez les fichiers d'extension jent.ly au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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/

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

Informations de Base sur l'Extension

Nom jent.ly jent.ly
ID ljpcoibfhggflcmmlbpbcmdkmdnaafeo
URL Officiel https://chrome.google.com/webstore/detail/jently/ljpcoibfhggflcmmlbpbcmdkmdnaafeo
Description The Jent.ly Summarizer seamlessly provides a highlighted summary of your web content to save your time and attention.
Taille du Fichier 813 KB
Nombre d'Installations 246
Version Actuelle 1.1.1
Dernière Mise à Jour 2020-03-19
Date de Publication 2020-03-17
Évaluation 4.71/5 Total 14 Évaluations
Développeur http://jent.ly
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://jent.ly
URL de la Page d'Aide https://github.com/jent-ly/summarizer/issues
URL de la Page de Politique de Confidentialité https://jent.ly/termsofservice
Langues Prises en Charge 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"
            ]
        }
    ]
}