Web Summarizer

Access summary content of Web pages.

Co je Web Summarizer?

Web Summarizer je rozšíření Chrome vyvinuté e7alves, a jeho hlavní funkcí je „Access summary content of Web pages.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Web Summarizer

Stáhněte si soubory rozšíření Web Summarizer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Web Summarizer Web Summarizer
ID bjkoieegiicnkncndemgfnnflgdbheaj
Oficiální URL https://chromewebstore.google.com/detail/web-summarizer/bjkoieegiicnkncndemgfnnflgdbheaj
Popis Access summary content of Web pages.
Velikost souboru 92.4 KB
Počet instalací 121
Aktuální Verze 0.0.2
Poslední Aktualizace 2020-08-26
Datum Vydání 2020-08-24
Hodnocení 3.00/5 Celkem 1 Hodnocení
Vývojář e7alves
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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
}