Reading Helper

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

Reading Helperとは何ですか?

Reading HelperはUnknownによって開発されたChromeの拡張機能で、その主な機能は「This extension can analyse keywords of selected text on Chrome, and user can select keywords to search.」です。

拡張機能のスクリーンショット

screenshot

Reading Helper拡張機能のCRXファイルをダウンロード

Reading Helper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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 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"
    ]
}