SummarLight
Highlights the most important parts of articles!
Apa itu SummarLight?
SummarLight adalah ekstensi Chrome yang dikembangkan oleh steamata.ai, dan fitur utamanya adalah "Highlights the most important parts of articles!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi SummarLight
Unduh file ekstensi SummarLight 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
The SummarLight extension highlights the most important parts of an article/blog/story you are reading so you can skim through it in no time!
Informasi Dasar Ekstensi
Nama | |
ID | ligjmagakdphdlenhhncfegpdbbendlg |
URL Resmi | https://chrome.google.com/webstore/detail/summarlight/ligjmagakdphdlenhhncfegpdbbendlg |
Deskripsi | Highlights the most important parts of articles! |
Ukuran File | 113 KB |
Jumlah Instalasi | 396 |
Versi Saat Ini | 0.7.4 |
Terakhir Diperbarui | 2019-03-26 |
Tanggal Publikasi | 2019-03-26 |
Penilaian | 1.00/5 Total 1 Penilaian |
Pengembang | steamata.ai |
Tipe Pembayaran | free |
Situs Ekstensi | https://medium.com/@btahir/introducing-summary-light-a-chrome-extension-that-highlights-the-most-important-parts-of-an-1666e10411a8 |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SummarLight", "version": "0.7.4", "permissions": [ "activeTab", "https:\/\/us-central1-vast-alcove-222105.cloudfunctions.net\/generate_summary" ], "description": "Highlights the most important parts of articles!", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "tab-icon.png", "default_title": "Highlight the most important parts", "default_popup": "popup.html" } } |