Reading Helper
This extension can analyse keywords of selected text on Chrome, and user can select keywords to search.
ما هو Reading Helper؟
Reading Helper هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "This extension can analyse keywords of selected text on Chrome, and user can select keywords to search.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Reading Helper
قم بتنزيل ملفات الامتداد Reading Helper بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This project is to develop a Google Chrome extension based on some information retrieval algorithms and technologies. It could extract keywords from articles on the web and help people read faster and more effectively. And users could use keywords or their combinations to find more relevant articles on the Internet. In order to extract more accurate keywords automatically, this project will first compare and study some information retrieval algorithms and data mining technologies.
معلومات أساسية عن التمديد
الاسم | Reading Helper |
ID | mfkgelmlfhnclepgnohgjimdkfobeoae |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/reading-helper/mfkgelmlfhnclepgnohgjimdkfobeoae |
الوصف | This extension can analyse keywords of selected text on Chrome, and user can select keywords to search. |
حجم الملف | 198 KB |
عدد التثبيتات | 30 |
النسخة الحالية | 3.0 |
آخر تحديث | 2019-11-28 |
تاريخ النشر | 2019-11-27 |
المطور | Unknown |
نوع الدفع | free |
اللغات المدعومة | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Reading Helper", "description": "This extension can analyse keywords of selected text on Chrome, and user can select keywords to search.", "version": "3.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "storage" ] } |