ExplainToMe
Automatic Web Summarizer
Qu'est-ce que ExplainToMe ?
ExplainToMe est une extension Chrome développée par jjangsangy, et sa fonction principale est "Automatic Web Summarizer".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension ExplainToMe
Téléchargez les fichiers d'extension ExplainToMe au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | ijnhmbgbcbnfnbbphjmfpeandhhanmlh |
URL Officiel | https://chrome.google.com/webstore/detail/explaintome/ijnhmbgbcbnfnbbphjmfpeandhhanmlh |
Description | Automatic Web Summarizer |
Taille du Fichier | 24.13 KB |
Nombre d'Installations | 504 |
Version Actuelle | 0.1 |
Dernière Mise à Jour | 2017-03-27 |
Date de Publication | 2017-03-27 |
Évaluation | 1.00/5 Total 1 Évaluations |
Développeur | jjangsangy |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://explaintome.herokuapp.com |
Langues Prises en Charge | 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" } } |