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
官方網址 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"
    }
}