Reading Helper
This extension can analyse keywords of selected text on Chrome, and user can select keywords to search.
Reading Helper क्या है?
Reading Helper Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension can analyse keywords of selected text on Chrome, and user can select keywords to search."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Reading Helper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" ] } |