TL;DR - Webpage Summarizer
Summarizes webpages
ما هو TL;DR - Webpage Summarizer؟
TL;DR - Webpage Summarizer هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Summarizes webpages".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة TL;DR - Webpage Summarizer
قم بتنزيل ملفات الامتداد TL;DR - Webpage Summarizer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | TL;DR - Webpage Summarizer |
ID | ibekajpmhffhfhnappgjngdehfjlonhd |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/tldr-webpage-summarizer/ibekajpmhffhfhnappgjngdehfjlonhd |
الوصف | Summarizes webpages |
حجم الملف | 33.69 KB |
عدد التثبيتات | 52 |
النسخة الحالية | 4.0 |
آخر تحديث | 2018-05-11 |
تاريخ النشر | 2018-05-11 |
المطور | Unknown |
نوع الدفع | free |
اللغات المدعومة | 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" ] } |