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.”。

扩展截图

screenshot
screenshot

下载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 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
电子邮箱 [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"
    }
}