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
公式URL 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
Eメール [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
}