Article Summarizer Plugin

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

Co to jest Article Summarizer Plugin?

Article Summarizer Plugin to rozszerzenie Chrome opracowane przez ashimpaudel, a jego główną funkcją jest „This extension will produce the summary of newspaper article using textsummarization.net”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Article Summarizer Plugin

Pobierz pliki rozszerzeń Article Summarizer Plugin w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Article Summarizer Plugin Article Summarizer Plugin
ID knmjelmoihknmkbdbdabihmlikfmhoon
Oficjalny URL https://chrome.google.com/webstore/detail/article-summarizer-plugin/knmjelmoihknmkbdbdabihmlikfmhoon
Opis This extension will produce the summary of newspaper article using textsummarization.net
Rozmiar pliku 4.31 KB
Liczba instalacji 406
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2016-03-27
Data Publikacji 2016-03-27
Ocena 1.00/5 Łącznie 1 Oceny
Deweloper ashimpaudel
Typ Płatności free
Obsługiwane Języki 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"
    ]
}