Essen Auto Highlight

Essen automatically highlights important content in articles.

Essen Auto Highlightคืออะไร?

Essen Auto Highlight เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://essen.ai และคุณลักษณะหลักของมันคือ "Essen automatically highlights important content in articles."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Essen Auto Highlight

ดาวน์โหลดไฟล์ส่วนขยาย 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"
            }
        }
    }
}