Frequency

Finds summary and High frequency words.Moslty usefull for blogs.It may take 10s to generate depending upon the size of text.

Apa itu Frequency?

Frequency adalah ekstensi Chrome yang dikembangkan oleh C Bharath Sai Reddy, dan fitur utamanya adalah "Finds summary and High frequency words.Moslty usefull for blogs.It may take 10s to generate depending upon the size of text.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Frequency

Unduh file ekstensi Frequency dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Frequency Frequency
ID gjmchhhdehafhaejllccmonlgbfcgkkm
URL Resmi https://chromewebstore.google.com/detail/frequency/gjmchhhdehafhaejllccmonlgbfcgkkm
Deskripsi Finds summary and High frequency words.Moslty usefull for blogs.It may take 10s to generate depending upon the size of text.
Ukuran File 192 KB
Jumlah Instalasi 37
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2020-05-17
Tanggal Publikasi 2020-05-17
Penilaian 5.00/5 Total 8 Penilaian
Pengembang C Bharath Sai Reddy
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}