NewsCo Summary
Read highlights of Articles. Save time!
Apa itu NewsCo Summary?
NewsCo Summary adalah ekstensi Chrome yang dikembangkan oleh https://newsco.me, dan fitur utamanya adalah "Read highlights of Articles. Save time!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi NewsCo Summary
Unduh file ekstensi NewsCo Summary 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
Purpose of this extension is to extract important text from articles to give quick overview without reading the entire article. NewsCo uses Machine Learning and Natural Language processing and NewsCo proprietary algorithm to extract highlights of any article given its URL or content. Get optional information like people mentioned in the article. Read what is important
Informasi Dasar Ekstensi
Nama | NewsCo Summary |
ID | jmkdlomjmjpmbmidebebagmgajojghko |
URL Resmi | https://chromewebstore.google.com/detail/newsco-summary/jmkdlomjmjpmbmidebebagmgajojghko |
Deskripsi | Read highlights of Articles. Save time! |
Ukuran File | 41.29 KB |
Jumlah Instalasi | 96 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2013-11-02 |
Tanggal Publikasi | 2013-11-01 |
Penilaian | 4.00/5 Total 5 Penilaian |
Pengembang | https://newsco.me |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "NewsCo Summary", "description": "Read highlights of Articles. Save time!", "version": "1.0", "manifest_version": 2, "permissions": [ "tabs", "http:\/\/*\/*" ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |