Summarize the Internet

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

Hvad er Summarize the Internet?

Summarize the Internet er en Chrome-udvidelse udviklet af Don Patrick, og dens hovedfunktion er "Displays a summary of the text or article on the current page.".

Udvidelsesskærmbilleder

screenshot

Download Summarize the Internet-udvidelses-CRX-fil

Download Summarize the Internet-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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)                    

Grundlæggende oplysninger om udvidelsen

Navn Summarize the Internet Summarize the Internet
ID hiilcnldmlehobiillipbcdkhkfbigfk
Officiel URL https://chromewebstore.google.com/detail/summarize-the-internet/hiilcnldmlehobiillipbcdkhkfbigfk
Beskrivelse Displays a summary of the text or article on the current page.
Filstørrelse 57.46 KB
Antal Installationer 3,711
Nuværende Version 1.9.0
Senest Opdateret 2022-05-08
Udgivelsesdato 2020-03-17
Bedømmelse 5.00/5 Samlet 7 Bedømmelser
Udvikler Don Patrick
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://artistdetective.com
Understøttede Sprog 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"
    }
}