ExplainToMe
Automatic Web Summarizer
什么是ExplainToMe?
ExplainToMe是由jjangsangy开发的Chrome扩展程序,该扩展的主要功能是“Automatic Web Summarizer”。
扩展截图
下载ExplainToMe扩展crx文件
下载ExplainToMe扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | ijnhmbgbcbnfnbbphjmfpeandhhanmlh |
官方URL | https://chrome.google.com/webstore/detail/explaintome/ijnhmbgbcbnfnbbphjmfpeandhhanmlh |
简介 | Automatic Web Summarizer |
文件大小 | 24.13 KB |
安装次数 | 504 |
当前版本 | 0.1 |
更新时间 | 2017-03-27 |
上架时间 | 2017-03-27 |
评分 | 1.00/5 共1次评分 |
开发者 | jjangsangy |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://explaintome.herokuapp.com |
支持的语言 | 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" } } |