Frequency

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

Cos'è Frequency?

Frequency è un'estensione di Chrome sviluppata da C Bharath Sai Reddy, e la sua funzione principale è "Finds summary and High frequency words.Moslty usefull for blogs.It may take 10s to generate depending upon the size of text.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Frequency

Scarica i file di estensione Frequency in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Frequency Frequency
ID gjmchhhdehafhaejllccmonlgbfcgkkm
URL Ufficiale https://chromewebstore.google.com/detail/frequency/gjmchhhdehafhaejllccmonlgbfcgkkm
Descrizione Finds summary and High frequency words.Moslty usefull for blogs.It may take 10s to generate depending upon the size of text.
Dimensione del File 192 KB
Conteggio Installazioni 37
Versione Corrente 1.0.0
Ultimo Aggiornamento 2020-05-17
Data di Pubblicazione 2020-05-17
Valutazione 5.00/5 Totale 8 Valutazioni
Sviluppatore C Bharath Sai Reddy
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}