Web Summarizer

Access summary content of Web pages.

Qu'est-ce que Web Summarizer ?

Web Summarizer est une extension Chrome développée par e7alves, et sa fonction principale est "Access summary content of Web pages.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Web Summarizer

Téléchargez les fichiers d'extension Web Summarizer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Web Summarizer Web Summarizer
ID bjkoieegiicnkncndemgfnnflgdbheaj
URL Officiel https://chromewebstore.google.com/detail/web-summarizer/bjkoieegiicnkncndemgfnnflgdbheaj
Description Access summary content of Web pages.
Taille du Fichier 92.4 KB
Nombre d'Installations 121
Version Actuelle 0.0.2
Dernière Mise à Jour 2020-08-26
Date de Publication 2020-08-24
Évaluation 3.00/5 Total 1 Évaluations
Développeur e7alves
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
}