Article Summarizer Plugin

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

Cos'è Article Summarizer Plugin?

Article Summarizer Plugin è un'estensione di Chrome sviluppata da ashimpaudel, e la sua funzione principale è "This extension will produce the summary of newspaper article using textsummarization.net".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Article Summarizer Plugin

Scarica i file di estensione Article Summarizer Plugin 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

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

Informazioni di Base sull'Estensione

Nome Article Summarizer Plugin Article Summarizer Plugin
ID knmjelmoihknmkbdbdabihmlikfmhoon
URL Ufficiale https://chrome.google.com/webstore/detail/article-summarizer-plugin/knmjelmoihknmkbdbdabihmlikfmhoon
Descrizione This extension will produce the summary of newspaper article using textsummarization.net
Dimensione del File 4.31 KB
Conteggio Installazioni 406
Versione Corrente 1.0
Ultimo Aggiornamento 2016-03-27
Data di Pubblicazione 2016-03-27
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore ashimpaudel
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}