TL;DR - Webpage Summarizer
Summarizes webpages
Apa itu TL;DR - Webpage Summarizer?
TL;DR - Webpage Summarizer adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Summarizes webpages".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi TL;DR - Webpage Summarizer
Unduh file ekstensi TL;DR - Webpage Summarizer 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 extension provides a one-click way to get a condensed synopsis/summary of news articles, blog posts, and other content online for quick and easy reading. The plugin analyzes the content and creates summarized versions in three different lengths.
Informasi Dasar Ekstensi
Nama | TL;DR - Webpage Summarizer |
ID | ibekajpmhffhfhnappgjngdehfjlonhd |
URL Resmi | https://chromewebstore.google.com/detail/tldr-webpage-summarizer/ibekajpmhffhfhnappgjngdehfjlonhd |
Deskripsi | Summarizes webpages |
Ukuran File | 33.69 KB |
Jumlah Instalasi | 52 |
Versi Saat Ini | 4.0 |
Terakhir Diperbarui | 2018-05-11 |
Tanggal Publikasi | 2018-05-11 |
Pengembang | Unknown |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TL;DR - Webpage Summarizer", "version": "4.0", "description": "Summarizes webpages", "permissions": [ "activeTab", "tabs", "*:\/\/*.smmry.com\/*" ], "icons": { "48": "icons\/border-48.png" }, "browser_action": { "browser_style": true, "default_popup": "popup\/choose_length_page.html", "default_icon": { "16": "icons\/summarizer-icon-16.png", "32": "icons\/summarizer-icon-32.png" } }, "content_scripts": [ { "run_at": "document_end", "js": [ "polyfills\/browser-polyfill.js", "inject-content\/inject.js" ], "matches": [ "*:\/\/*\/*" ] } ], "web_accessible_resources": [ "inject-content\/inject.html", "inject-content\/cleanslate.css" ] } |