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
官方網址 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
電子郵箱 [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"
    }
}