ExplainToMe
Automatic Web Summarizer
Apa itu ExplainToMe?
ExplainToMe adalah ekstensi Chrome yang dikembangkan oleh jjangsangy, dan fitur utamanya adalah "Automatic Web Summarizer".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi ExplainToMe
Unduh file ekstensi ExplainToMe dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | ijnhmbgbcbnfnbbphjmfpeandhhanmlh |
URL Resmi | https://chrome.google.com/webstore/detail/explaintome/ijnhmbgbcbnfnbbphjmfpeandhhanmlh |
Deskripsi | Automatic Web Summarizer |
Ukuran File | 24.13 KB |
Jumlah Instalasi | 504 |
Versi Saat Ini | 0.1 |
Terakhir Diperbarui | 2017-03-27 |
Tanggal Publikasi | 2017-03-27 |
Penilaian | 1.00/5 Total 1 Penilaian |
Pengembang | jjangsangy |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://explaintome.herokuapp.com |
Bahasa yang Didukung | 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" } } |