Summarizer
Summarize the current page
Co to jest Summarizer?
Summarizer to rozszerzenie Chrome opracowane przez mirandachaiken, a jego główną funkcją jest „Summarize the current page”.
Zrzuty ekranu rozszerzenia
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
Read only the most important paragraphs of long articles and save important summaries in your account to read later
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | dmbibehpblbnkacpmiecigdkcomfkhkm |
Oficjalny URL | https://chrome.google.com/webstore/detail/summarizer/dmbibehpblbnkacpmiecigdkcomfkhkm |
Opis | Summarize the current page |
Rozmiar pliku | 24.55 KB |
Liczba instalacji | 156 |
Aktualna Wersja | 3.0 |
Ostatnia Aktualizacja | 2015-07-29 |
Data Publikacji | 2015-07-29 |
Ocena | 1.00/5 Łącznie 2 Oceny |
Deweloper | mirandachaiken |
Typ Płatności | free |
Strona Rozszerzenia | http://104.236.53.73/ |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Summarizer", "description": "Summarize the current page", "version": "3.0", "icons": { "128": "icon.png" }, "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Summarizer" }, "manifest_version": 2 } |