Web Summarizer

Access summary content of Web pages.

什麼是Web Summarizer?

Web Summarizer是由e7alves開發的Chrome擴展程式,該擴展的主要功能是“Access summary content of Web pages.”。

擴展截圖

screenshot
screenshot
screenshot

下載Web Summarizer擴展crx文件

下載Web Summarizer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Web Summarizer is an extension that provides a summary version of the content of web pages.
Access only the important content of web pages without advertisements.
Clicking on the extension icon opens a popup with the most relevant paragraphs of the page accessed.
Set the size of the summary using the slider at the top of the popup.
The tool works with better precision for the following languages:
• English
• French
• German
• Italian
• Portuguese
• Spanish	
However, as statistical data is used to determine the most relevant content, it can be used for any language.                    

擴展基本資訊

名稱 Web Summarizer Web Summarizer
ID bjkoieegiicnkncndemgfnnflgdbheaj
官方網址 https://chromewebstore.google.com/detail/web-summarizer/bjkoieegiicnkncndemgfnnflgdbheaj
簡介 Access summary content of Web pages.
檔案大小 92.4 KB
安裝次數 121
目前版本 0.0.2
更新時間 2020-08-26
上架時間 2020-08-24
評分 3.00/5 共 1 次評分
開發者 e7alves
電子郵箱 [email protected]
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Web Summarizer",
    "version": "0.0.2",
    "description": "Access summary content of Web pages.",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "browser_action": {
        "default_title": "Web Summarizer",
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "manifest_version": 2
}