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
Eメール [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"
            }
        }
    }
}