ExplainToMe
Automatic Web Summarizer
Co to jest ExplainToMe?
ExplainToMe to rozszerzenie Chrome opracowane przez jjangsangy, a jego główną funkcją jest „Automatic Web Summarizer”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia ExplainToMe
Pobierz pliki rozszerzeń ExplainToMe 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
ExplainToMe is a automatic text summarizer, that utilizes TextRank, a graph based algorithm to scans through the contents of a website to extract a concise machine generated summary. The methodology is similar to the way search engines return the most relevant web pages from a users search query.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | ijnhmbgbcbnfnbbphjmfpeandhhanmlh |
Oficjalny URL | https://chrome.google.com/webstore/detail/explaintome/ijnhmbgbcbnfnbbphjmfpeandhhanmlh |
Opis | Automatic Web Summarizer |
Rozmiar pliku | 24.13 KB |
Liczba instalacji | 504 |
Aktualna Wersja | 0.1 |
Ostatnia Aktualizacja | 2017-03-27 |
Data Publikacji | 2017-03-27 |
Ocena | 1.00/5 Łącznie 1 Oceny |
Deweloper | jjangsangy |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://explaintome.herokuapp.com |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ExplainToMe", "author": "Sang Han", "version": "0.1", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "152": "icons\/icon128.png" }, "description": "Automatic Web Summarizer", "homepage_url": "https:\/\/explaintome.herokuapp.com", "permissions": [ "activeTab", "tabs", "notifications" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Summarize this page" } } |