Summarize

Display a summary for the article on the current page

Co to jest Summarize?

Summarize to rozszerzenie Chrome opracowane przez Petrix, a jego główną funkcją jest „Display a summary for the article on the current page”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Summarize

Pobierz pliki rozszerzeń Summarize 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

                        A Google Chrome extention that displays a summary of the article on the current page.                    

Podstawowe informacje o rozszerzeniu

Nazwa Summarize Summarize
ID ebkbmbnajpoepngfdagdmmecknedfckh
Oficjalny URL https://chrome.google.com/webstore/detail/summarize/ebkbmbnajpoepngfdagdmmecknedfckh
Opis Display a summary for the article on the current page
Rozmiar pliku 17.83 KB
Liczba instalacji 203
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2016-06-27
Data Publikacji 2016-06-27
Ocena 1.00/5 Łącznie 1 Oceny
Deweloper Petrix
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/petre2dor/summarizeChromeExtension
Adres URL Strony Pomocy https://github.com/petre2dor/summarizeChromeExtension/issues
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Summarize",
    "description": "Display a summary for the article on the current page",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Click here!"
    },
    "permissions": [
        "activeTab",
        "http:\/\/46.101.138.193\/"
    ]
}