Article Summarizer Plugin

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

What is Article Summarizer Plugin?

Article Summarizer Plugin is a Chrome extension developed by ashimpaudel, and its main feature is "This extension will produce the summary of newspaper article using textsummarization.net".

Extension Screenshots

screenshot

Download Article Summarizer Plugin Extension CRX File

Download Article Summarizer Plugin extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Article Summarizer Plugin Article Summarizer Plugin
ID knmjelmoihknmkbdbdabihmlikfmhoon
Official URL https://chrome.google.com/webstore/detail/article-summarizer-plugin/knmjelmoihknmkbdbdabihmlikfmhoon
Description This extension will produce the summary of newspaper article using textsummarization.net
File Size 4.31 KB
Installation Count 406
Current Version 1.0
Last Updated 2016-03-27
Publish Date 2016-03-27
Rating 1.00/5 Total 1 Ratings
Developer ashimpaudel
Payment Type free
Supported Languages 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"
    ]
}