Summarize the Internet

Displays a summary of the text or article on the current page.

Summarize the Internetとは何ですか?

Summarize the InternetはDon Patrickによって開発されたChromeの拡張機能で、その主な機能は「Displays a summary of the text or article on the current page.」です。

拡張機能のスクリーンショット

screenshot

Summarize the Internet拡張機能のCRXファイルをダウンロード

Summarize the Internet拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Clicking the taskbar button will summarize the current page in a popup.

Text is typically reduced to 50-20%, depending on how much valuable information it contains.

This summarizer stands out from others by focusing on the writer's choice of words to extract their most important points while filtering out weak arguments, speculation and asides.

(Also available for Firefox)                    

拡張機能の基本情報

名前 Summarize the Internet Summarize the Internet
ID hiilcnldmlehobiillipbcdkhkfbigfk
公式URL https://chromewebstore.google.com/detail/summarize-the-internet/hiilcnldmlehobiillipbcdkhkfbigfk
説明 Displays a summary of the text or article on the current page.
ファイルサイズ 57.46 KB
インストール数 3,711
現在のバージョン 1.9.0
最終更新日 2022-05-08
公開日 2020-03-17
評価 5.00/5 合計 7 レビュー
開発者 Don Patrick
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://artistdetective.com
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Summarize the Internet",
    "version": "1.9.0",
    "description": "Displays a summary of the text or article on the current page.",
    "author": "Patrick Dhondt",
    "developer": {
        "name": "Patrick Dhondt",
        "url": "https:\/\/artistdetective.wordpress.com"
    },
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "browser_style": true,
        "default_icon": "icons\/icon32.png",
        "default_title": "Summarize page",
        "default_popup": "summarise.htm"
    }
}