Article Summarizer Plugin

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

Qu'est-ce que Article Summarizer Plugin ?

Article Summarizer Plugin est une extension Chrome développée par ashimpaudel, et sa fonction principale est "This extension will produce the summary of newspaper article using textsummarization.net".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Article Summarizer Plugin

Téléchargez les fichiers d'extension Article Summarizer Plugin 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

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

Informations de Base sur l'Extension

Nom Article Summarizer Plugin Article Summarizer Plugin
ID knmjelmoihknmkbdbdabihmlikfmhoon
URL Officiel https://chrome.google.com/webstore/detail/article-summarizer-plugin/knmjelmoihknmkbdbdabihmlikfmhoon
Description This extension will produce the summary of newspaper article using textsummarization.net
Taille du Fichier 4.31 KB
Nombre d'Installations 406
Version Actuelle 1.0
Dernière Mise à Jour 2016-03-27
Date de Publication 2016-03-27
Évaluation 1.00/5 Total 1 Évaluations
Développeur ashimpaudel
Type de Paiement free
Langues Prises en Charge 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"
    ]
}