ExplainToMe
Automatic Web Summarizer
Wat is ExplainToMe?
ExplainToMe is een Chrome-extensie ontwikkeld door jjangsangy, en de belangrijkste functie is "Automatic Web Summarizer".
Extensie Screenshots
Download het CRX-bestand van de extensie ExplainToMe
Download ExplainToMe-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | ijnhmbgbcbnfnbbphjmfpeandhhanmlh |
Officiële URL | https://chrome.google.com/webstore/detail/explaintome/ijnhmbgbcbnfnbbphjmfpeandhhanmlh |
Beschrijving | Automatic Web Summarizer |
Bestandsgrootte | 24.13 KB |
Aantal Installaties | 504 |
Huidige Versie | 0.1 |
Laatst Bijgewerkt | 2017-03-27 |
Publicatiedatum | 2017-03-27 |
Beoordeling | 1.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | jjangsangy |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://explaintome.herokuapp.com |
Ondersteunde Talen | 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" } } |