Summarize the Internet

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

Was ist Summarize the Internet?

Summarize the Internet ist eine Chrome-Erweiterung, die von Don Patrick entwickelt wurde, und ihr Hauptmerkmal ist "Displays a summary of the text or article on the current page.".

Erweiterungsscreenshots

screenshot

Summarize the Internet-Erweiterungs-CRX-Datei herunterladen

Laden Sie Summarize the Internet-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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)                    

Grundlegende Informationen zur Erweiterung

Name Summarize the Internet Summarize the Internet
ID hiilcnldmlehobiillipbcdkhkfbigfk
Offizielle URL https://chromewebstore.google.com/detail/summarize-the-internet/hiilcnldmlehobiillipbcdkhkfbigfk
Beschreibung Displays a summary of the text or article on the current page.
Dateigröße 57.46 KB
Installationsanzahl 3,711
Aktuelle Version 1.9.0
Letztes Update 2022-05-08
Veröffentlichungsdatum 2020-03-17
Bewertung 5.00/5 Insgesamt 7 Bewertungen
Entwickler Don Patrick
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://artistdetective.com
Unterstützte Sprachen 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"
    }
}