Reading Helper

This extension can analyse keywords of selected text on Chrome, and user can select keywords to search.

What is Reading Helper?

Reading Helper is a Chrome extension developed by Unknown, and its main feature is "This extension can analyse keywords of selected text on Chrome, and user can select keywords to search.".

Extension Screenshots

screenshot

Download Reading Helper Extension CRX File

Download Reading Helper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Reading Helper Reading Helper
ID mfkgelmlfhnclepgnohgjimdkfobeoae
Official URL https://chromewebstore.google.com/detail/reading-helper/mfkgelmlfhnclepgnohgjimdkfobeoae
Description This extension can analyse keywords of selected text on Chrome, and user can select keywords to search.
File Size 198 KB
Installation Count 30
Current Version 3.0
Last Updated 2019-11-28
Publish Date 2019-11-27
Developer Unknown
Payment Type free
Supported Languages 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"
    ]
}