Article Summarizer Plugin
This extension will produce the summary of newspaper article using textsummarization.net
ما هو Article Summarizer Plugin؟
Article Summarizer Plugin هو إضافة Chrome تم تطويرها بواسطة ashimpaudel، والميزة الرئيسية لها هي "This extension will produce the summary of newspaper article using textsummarization.net".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Article Summarizer Plugin
قم بتنزيل ملفات الامتداد Article Summarizer Plugin بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This is a simple extension that generates the summary of article using textsummarization.net
معلومات أساسية عن التمديد
الاسم | |
ID | knmjelmoihknmkbdbdabihmlikfmhoon |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/article-summarizer-plugin/knmjelmoihknmkbdbdabihmlikfmhoon |
الوصف | This extension will produce the summary of newspaper article using textsummarization.net |
حجم الملف | 4.31 KB |
عدد التثبيتات | 406 |
النسخة الحالية | 1.0 |
آخر تحديث | 2016-03-27 |
تاريخ النشر | 2016-03-27 |
تقييم | 1.00/5 مجموع تقييمات 1 |
المطور | ashimpaudel |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Article Summarizer Plugin", "description": "This extension will produce the summary of newspaper article using textsummarization.net", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ] } |