Summarize the Internet

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

What is Summarize the Internet?

Summarize the Internet is a Chrome extension developed by Don Patrick, and its main feature is "Displays a summary of the text or article on the current page.".

Extension Screenshots

screenshot

Download Summarize the Internet Extension CRX File

Download Summarize the Internet extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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)                    

Extension Basic Information

Name Summarize the Internet Summarize the Internet
ID hiilcnldmlehobiillipbcdkhkfbigfk
Official URL https://chromewebstore.google.com/detail/summarize-the-internet/hiilcnldmlehobiillipbcdkhkfbigfk
Description Displays a summary of the text or article on the current page.
File Size 57.46 KB
Installation Count 3,711
Current Version 1.9.0
Last Updated 2022-05-08
Publish Date 2020-03-17
Rating 5.00/5 Total 7 Ratings
Developer Don Patrick
Email [email protected]
Payment Type free
Extension Website https://artistdetective.com
Supported Languages 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"
    }
}