Article Summarizer Plugin
This extension will produce the summary of newspaper article using textsummarization.net
Wat is Article Summarizer Plugin?
Article Summarizer Plugin is een Chrome-extensie ontwikkeld door ashimpaudel, en de belangrijkste functie is "This extension will produce the summary of newspaper article using textsummarization.net".
Extensie Screenshots
Download het CRX-bestand van de extensie Article Summarizer Plugin
Download Article Summarizer Plugin-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This is a simple extension that generates the summary of article using textsummarization.net
Basisinformatie over de Extensie
Naam | |
ID | knmjelmoihknmkbdbdabihmlikfmhoon |
Officiële URL | https://chrome.google.com/webstore/detail/article-summarizer-plugin/knmjelmoihknmkbdbdabihmlikfmhoon |
Beschrijving | This extension will produce the summary of newspaper article using textsummarization.net |
Bestandsgrootte | 4.31 KB |
Aantal Installaties | 406 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2016-03-27 |
Publicatiedatum | 2016-03-27 |
Beoordeling | 1.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | ashimpaudel |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |