ExplainToMe
Automatic Web Summarizer
ما هو ExplainToMe؟
ExplainToMe هو إضافة Chrome تم تطويرها بواسطة jjangsangy، والميزة الرئيسية لها هي "Automatic Web Summarizer".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة ExplainToMe
قم بتنزيل ملفات الامتداد ExplainToMe بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
ExplainToMe is a automatic text summarizer, that utilizes TextRank, a graph based algorithm to scans through the contents of a website to extract a concise machine generated summary. The methodology is similar to the way search engines return the most relevant web pages from a users search query.
معلومات أساسية عن التمديد
الاسم | |
ID | ijnhmbgbcbnfnbbphjmfpeandhhanmlh |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/explaintome/ijnhmbgbcbnfnbbphjmfpeandhhanmlh |
الوصف | Automatic Web Summarizer |
حجم الملف | 24.13 KB |
عدد التثبيتات | 504 |
النسخة الحالية | 0.1 |
آخر تحديث | 2017-03-27 |
تاريخ النشر | 2017-03-27 |
تقييم | 1.00/5 مجموع تقييمات 1 |
المطور | jjangsangy |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://explaintome.herokuapp.com |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ExplainToMe", "author": "Sang Han", "version": "0.1", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "152": "icons\/icon128.png" }, "description": "Automatic Web Summarizer", "homepage_url": "https:\/\/explaintome.herokuapp.com", "permissions": [ "activeTab", "tabs", "notifications" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Summarize this page" } } |