Essen Auto Highlight

Essen automatically highlights important content in articles.

Qu'est-ce que Essen Auto Highlight ?

Essen Auto Highlight est une extension Chrome développée par https://essen.ai, et sa fonction principale est "Essen automatically highlights important content in articles.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Essen Auto Highlight

Téléchargez les fichiers d'extension Essen Auto Highlight 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

                        Essen is for you if you want to only read important content in an article, don't have time to read some lengthy texts, or simply want to experience how AI can help you to get the most value from information.

Essen works for all popular news websites. Enjoy!                    

Informations de Base sur l'Extension

Nom Essen Auto Highlight Essen Auto Highlight
ID igpojblljmeglebfnbigfbghepaeaedj
URL Officiel https://chromewebstore.google.com/detail/essen-auto-highlight/igpojblljmeglebfnbigfbghepaeaedj
Description Essen automatically highlights important content in articles.
Taille du Fichier 67.33 KB
Nombre d'Installations 516
Version Actuelle 0.1.8
Dernière Mise à Jour 2019-08-05
Date de Publication 2019-08-03
Évaluation 4.50/5 Total 12 Évaluations
Développeur https://essen.ai
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Essen Auto Highlight",
    "version": "0.1.8",
    "description": "Essen automatically highlights important content in articles.",
    "minimum_chrome_version": "41",
    "page_action": {
        "default_icon": {
            "19": "src\/icons\/0highlight19x19.png",
            "38": "src\/icons\/0highlight38x38.png"
        },
        "default_title": "Command(Mac)\/Ctrl(Win) + E to use Essen"
    },
    "icons": {
        "128": "src\/icons\/128x128.png",
        "48": "src\/icons\/48x48.png"
    },
    "background": {
        "page": "src\/background.html"
    },
    "content_scripts": [
        {
            "js": [
                "src\/ping.js",
                "src\/prepare.js",
                "src\/lib\/readabilitySAX\/readabilitySAX.js",
                "src\/lib\/Porter-Stemmer\/PorterStemmer1980.js",
                "src\/nlp.js",
                "src\/utils.js",
                "src\/content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "options_page": "src\/logout.html",
    "permissions": [
        "storage",
        "tabs",
        "*:\/\/*\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/apis.google.com; object-src 'self';",
    "commands": {
        "_execute_page_action": {
            "suggested_key": {
                "windows": "Ctrl+E",
                "mac": "Command+E",
                "chromeos": "Ctrl+E",
                "linux": "Ctrl+E"
            }
        }
    }
}