Web Summarizer

Access summary content of Web pages.

Vad är Web Summarizer?

Web Summarizer är en Chrome-tillägg utvecklad av e7alves, och dess huvudfunktion är "Access summary content of Web pages.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Web Summarizer-förlängningens CRX-fil

Ladda ner Web Summarizer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Web Summarizer Web Summarizer
ID bjkoieegiicnkncndemgfnnflgdbheaj
Officiell webbadress https://chromewebstore.google.com/detail/web-summarizer/bjkoieegiicnkncndemgfnnflgdbheaj
Beskrivning Access summary content of Web pages.
Filstorlek 92.4 KB
Antal Installationer 121
Aktuell Version 0.0.2
Senast Uppdaterad 2020-08-26
Publiceringsdatum 2020-08-24
Betyg 3.00/5 Totalt 1 Betyg
Utvecklare e7alves
E-post [email protected]
Betalningssätt free
Stödda Språk 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
}