Essen Auto Highlight

Essen automatically highlights important content in articles.

什么是Essen Auto Highlight?

Essen Auto Highlight是由https://essen.ai开发的Chrome扩展程序,该扩展的主要功能是“Essen automatically highlights important content in articles.”。

扩展截图

screenshot

下载Essen Auto Highlight扩展crx文件

下载Essen Auto Highlight扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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!                    

扩展基本信息

名称 Essen Auto Highlight Essen Auto Highlight
ID igpojblljmeglebfnbigfbghepaeaedj
官方URL https://chromewebstore.google.com/detail/essen-auto-highlight/igpojblljmeglebfnbigfbghepaeaedj
简介 Essen automatically highlights important content in articles.
文件大小 67.33 KB
安装次数 516
当前版本 0.1.8
更新时间 2019-08-05
上架时间 2019-08-03
评分 4.50/5 共12次评分
开发者 https://essen.ai
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
            }
        }
    }
}