Article Summarizer Plugin

This extension will produce the summary of newspaper article using textsummarization.net

Co je Article Summarizer Plugin?

Article Summarizer Plugin je rozšíření Chrome vyvinuté ashimpaudel, a jeho hlavní funkcí je „This extension will produce the summary of newspaper article using textsummarization.net“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Article Summarizer Plugin

Stáhněte si soubory rozšíření Article Summarizer Plugin 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í

                        This is a simple extension that generates the summary of article using textsummarization.net                    

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

Název Article Summarizer Plugin Article Summarizer Plugin
ID knmjelmoihknmkbdbdabihmlikfmhoon
Oficiální URL https://chrome.google.com/webstore/detail/article-summarizer-plugin/knmjelmoihknmkbdbdabihmlikfmhoon
Popis This extension will produce the summary of newspaper article using textsummarization.net
Velikost souboru 4.31 KB
Počet instalací 406
Aktuální Verze 1.0
Poslední Aktualizace 2016-03-27
Datum Vydání 2016-03-27
Hodnocení 1.00/5 Celkem 1 Hodnocení
Vývojář ashimpaudel
Typ Platby free
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Article Summarizer Plugin",
    "description": "This extension will produce the summary of newspaper article using textsummarization.net",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ]
}