Frequency
Finds summary and High frequency words.Moslty usefull for blogs.It may take 10s to generate depending upon the size of text.
Frequencyとは何ですか?
FrequencyはC Bharath Sai Reddyによって開発されたChromeの拡張機能で、その主な機能は「Finds summary and High frequency words.Moslty usefull for blogs.It may take 10s to generate depending upon the size of text.」です。
拡張機能のスクリーンショット
Frequency拡張機能のCRXファイルをダウンロード
Frequency拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Frequency enables users with summarized text of the web page excluding all the redundant information.This works with the help of Natural language processing.Also Frequency helps users by showing the most used words in the web page as the name suggests.This helps all kinds of users with minimizing their task of understanding.
拡張機能の基本情報
名前 | Frequency |
ID | gjmchhhdehafhaejllccmonlgbfcgkkm |
公式URL | https://chromewebstore.google.com/detail/frequency/gjmchhhdehafhaejllccmonlgbfcgkkm |
説明 | Finds summary and High frequency words.Moslty usefull for blogs.It may take 10s to generate depending upon the size of text. |
ファイルサイズ | 192 KB |
インストール数 | 37 |
現在のバージョン | 1.0.0 |
最終更新日 | 2020-05-17 |
公開日 | 2020-05-17 |
評価 | 5.00/5 合計 8 レビュー |
開発者 | C Bharath Sai Reddy |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Frequency", "description": "Finds summary and High frequency words.Moslty usefull for blogs.It may take 10s to generate depending upon the size of text.", "version": "1.0.0", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "activeTab", "https:\/\/freqapiexte.herokuapp.com\/generate_summary\/", "https:\/\/freqapiexte.herokuapp.com\/idealweight\/" ], "browser_action": { "default_icon": "icon.png", "default_title": "Frequency", "default_popup": "popup.html" } } |