Summarizer

Summarizes long articles for you.

Co to jest Summarizer?

Summarizer to rozszerzenie Chrome opracowane przez Nimeet Shah, a jego główną funkcją jest „Summarizes long articles for you.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Summarizer

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

                        Get a summary of any article on the web. Remove all distractions from the page and keep only the important content.                    

Podstawowe informacje o rozszerzeniu

Nazwa Summarizer Summarizer
ID ndjdpehmbpiedjamiaeobmgnmjmgmklf
Oficjalny URL https://chromewebstore.google.com/detail/summarizer/ndjdpehmbpiedjamiaeobmgnmjmgmklf
Opis Summarizes long articles for you.
Rozmiar pliku 62.66 KB
Liczba instalacji 26
Aktualna Wersja 1.3
Ostatnia Aktualizacja 2018-04-24
Data Publikacji 2018-04-24
Deweloper Nimeet Shah
Typ Płatności free
Strona Rozszerzenia https://www.buymeacoffee.com/nimeet
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Summarizer",
    "description": "Summarizes long articles for you.",
    "version": "1.3",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Summarize this article!",
        "default_icon": {
            "19": "images\/book19.png",
            "38": "images\/book38.png"
        }
    },
    "icons": {
        "16": "images\/book16.png",
        "48": "images\/book48.png",
        "128": "images\/book128.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "https:\/\/api.smmry.com\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}