Web Summarizer

Access summary content of Web pages.

Cos'è Web Summarizer?

Web Summarizer è un'estensione di Chrome sviluppata da e7alves, e la sua funzione principale è "Access summary content of Web pages.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Web Summarizer

Scarica i file di estensione Web Summarizer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Web Summarizer is an extension that provides a summary version of the content of web pages.
Access only the important content of web pages without advertisements.
Clicking on the extension icon opens a popup with the most relevant paragraphs of the page accessed.
Set the size of the summary using the slider at the top of the popup.
The tool works with better precision for the following languages:
• English
• French
• German
• Italian
• Portuguese
• Spanish	
However, as statistical data is used to determine the most relevant content, it can be used for any language.                    

Informazioni di Base sull'Estensione

Nome Web Summarizer Web Summarizer
ID bjkoieegiicnkncndemgfnnflgdbheaj
URL Ufficiale https://chromewebstore.google.com/detail/web-summarizer/bjkoieegiicnkncndemgfnnflgdbheaj
Descrizione Access summary content of Web pages.
Dimensione del File 92.4 KB
Conteggio Installazioni 121
Versione Corrente 0.0.2
Ultimo Aggiornamento 2020-08-26
Data di Pubblicazione 2020-08-24
Valutazione 3.00/5 Totale 1 Valutazioni
Sviluppatore e7alves
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Web Summarizer",
    "version": "0.0.2",
    "description": "Access summary content of Web pages.",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "browser_action": {
        "default_title": "Web Summarizer",
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "manifest_version": 2
}