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 |
官方網址 | 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" } } |