Summarly
Summarly makes blog articles clean and easy to read. Summarly eliminates all distractions from your online reading experience
Apa itu Summarly?
Summarly adalah ekstensi Chrome yang dikembangkan oleh Den_dp, dan fitur utamanya adalah "Summarly makes blog articles clean and easy to read. Summarly eliminates all distractions from your online reading experience".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Summarly
Unduh file ekstensi Summarly 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
Bored with wasting your time of too long articles with too little information? Summarly will help you to extract the most important part from the text. With one click, Summarly makes blog posts and articles compact, clean and easy to read. Summarly eliminates all distractions from your online reading experience. The project is open source. Support us with pull request. GItHub: https://github.com/enisher/summarly
Informasi Dasar Ekstensi
Nama | Summarly |
ID | khdhlgoidbiofllmeagplhnhedghpodc |
URL Resmi | https://chromewebstore.google.com/detail/summarly/khdhlgoidbiofllmeagplhnhedghpodc |
Deskripsi | Summarly makes blog articles clean and easy to read. Summarly eliminates all distractions from your online reading experience |
Ukuran File | 20.02 KB |
Jumlah Instalasi | 126 |
Versi Saat Ini | 0.0.3 |
Terakhir Diperbarui | 2014-09-15 |
Tanggal Publikasi | 2014-09-15 |
Penilaian | 3.60/5 Total 5 Penilaian |
Pengembang | Den_dp |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/enisher/summarly |
URL Halaman Bantuan | https://github.com/enisher/summarly/issues |
Bahasa yang Didukung | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Summarly", "browser_action": { "default_icon": "img\/icon-128.png", "default_title": "Click to summarize" }, "background": { "scripts": [ "background.js" ] }, "icons": { "19": "img\/icon-19.png", "38": "img\/icon-38.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" }, "manifest_version": 2, "description": "Summarly makes blog articles clean and easy to read. Summarly eliminates all distractions from your online reading experience", "permissions": [ "http:\/\/summarly-api.herokuapp.com\/" ], "version": "0.0.3" } |