Esencia Summarizer Plugin

Esencia Extension (BETA) for Chrome - The best way to summarize news, blogs, technical articles and more.

Esencia Summarizer Pluginคืออะไร?

Esencia Summarizer Plugin เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.esencia.io และคุณลักษณะหลักของมันคือ "Esencia Extension (BETA) for Chrome - The best way to summarize news, blogs, technical articles and more."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Esencia Summarizer Plugin

ดาวน์โหลดไฟล์ส่วนขยาย Esencia Summarizer Plugin ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Esencia Extension (BETA) for Chrome - The best way to summarize news, blogs, technical articles and more. When you find yourself with more reading material than you have time for, use Esencia to generate short summaries of those articles, to quickly identify the interesting and important ones to read thoroughly.

With a simple right click menu or keyboard short cut on the URL, Esencia will generate short summaries for your articles in a separate summary tab. Navigate to the summary tab and read all the summaries in one place.

Extension Features:

• One-click summarization of any link page with a keyboard shortcut (Option-Click [Mac] or Alt-Click [Windows])
• Right-click menu item to summarize any link, no need to load the page first.
• Maintains summaries on your computer. You can read these summaries without internet connection.
• Works on links on magazine websites (like NYT, WSJ,etc), Facebook & Twitter, GMail and more.
• Know which links on a given page have been summarized.
• Completely Free. Premium Version coming later.

New in 0.43
• Added the ability to set email address in the summary page (if the user is not logged in to Chrome)
• Added the original link to the full article for summarization-in-progress or articles that could not be summarized.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Esencia Summarizer Plugin Esencia Summarizer Plugin
ID kehifpmbociglacnmpllcfpcjlokdpbh
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/esencia-summarizer-plugin/kehifpmbociglacnmpllcfpcjlokdpbh
คำอธิบาย Esencia Extension (BETA) for Chrome - The best way to summarize news, blogs, technical articles and more.
ขนาดไฟล์ 458 KB
จำนวนการติดตั้ง 43
เวอร์ชันปัจจุบัน 0.43
อัปเดตครั้งล่าสุด 2016-06-14
วันที่เผยแพร่ 2016-06-14
คะแนน 2.33/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา http://www.esencia.io
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.esencia.io
URL หน้านโยบายความเป็นส่วนตัว http://esencia.io/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Esencia Summarizer Plugin",
    "description": "Esencia Extension (BETA) for Chrome - The best way to summarize news, blogs, technical articles and more.",
    "version": "0.43",
    "permissions": [
        "tabs",
        "activeTab",
        "contextMenus",
        "identity",
        "identity.email",
        "storage"
    ],
    "browser_action": {
        "default_icon": "\/images\/19x19logo lt green.png",
        "default_popup": "\/ChromePopup\/popup.html"
    },
    "icons": {
        "16": "\/images\/16x16logo dk green.png",
        "100": "\/images\/logo 100x100 text size 175.png",
        "128": "\/images\/icon 128x128 canvas size with text size 175.png"
    },
    "background": {
        "scripts": [
            "lib\/moment.js",
            "lib\/angular.js",
            "Services\/UserInfo.js",
            "Services\/SummarizerOperation.js",
            "Services\/SummarizerService.js",
            "Services\/UsersService.js",
            "Services\/RemoteLoggerService.js",
            "Services\/Storage\/LocalStorage.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "lib\/jquery-2.2.4.min.js",
                "ClientScripts\/LinkInfo.js",
                "ClientScripts\/LinkScanner.js"
            ],
            "match_about_blank": false,
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "css\/bootstrap.css",
        "css\/emailSummary.css",
        "lib\/ui-bootstrap-tpls-1.3.3.js",
        "lib\/angular.js",
        "summary.js"
    ]
}